From 2899ebb5b5e82890c877151f5c02045266ac9973 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 22 May 2020 13:20:31 +0200 Subject: Initialize admin Slim controllers - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links --- .../front/exceptions/ShaarliFrontException.php | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 application/front/exceptions/ShaarliFrontException.php (limited to 'application/front/exceptions/ShaarliFrontException.php') diff --git a/application/front/exceptions/ShaarliFrontException.php b/application/front/exceptions/ShaarliFrontException.php new file mode 100644 index 00000000..fc8eb92b --- /dev/null +++ b/application/front/exceptions/ShaarliFrontException.php @@ -0,0 +1,23 @@ + 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