From ef00f9d2033f6de11e71bf3a909399cae6f73a9f Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 27 May 2020 13:35:48 +0200 Subject: Process password change controller through Slim --- application/front/exceptions/ShaarliFrontException.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/front/exceptions/ShaarliFrontException.php') 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) -- cgit v1.2.3