X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Ffront%2Fexceptions%2FShaarliFrontException.php;h=73847e6d17bf6ec2a33595766bd5ddce779d7523;hb=7836ed9b2e98e2c6898f011e431d3a58ebcfa3e5;hp=fc8eb92be5d2c0f041fd0ed8814708017e6f0585;hpb=2899ebb5b5e82890c877151f5c02045266ac9973;p=github%2Fshaarli%2FShaarli.git diff --git a/application/front/exceptions/ShaarliFrontException.php b/application/front/exceptions/ShaarliFrontException.php index fc8eb92b..73847e6d 100644 --- a/application/front/exceptions/ShaarliFrontException.php +++ b/application/front/exceptions/ShaarliFrontException.php @@ -9,11 +9,11 @@ use Throwable; /** * Class ShaarliException * - * Abstract exception class used to defined any custom exception thrown during front rendering. + * Exception class used to defined any custom exception thrown during front rendering. * * @package Front\Exception */ -abstract class ShaarliFrontException extends \Exception +class ShaarliFrontException extends \Exception { /** Override parent constructor to force $message and $httpCode parameters to be set. */ public function __construct(string $message, int $httpCode, Throwable $previous = null)