]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/front/exceptions/ShaarliFrontException.php
Process password change controller through Slim
[github/shaarli/Shaarli.git] / application / front / exceptions / ShaarliFrontException.php
index fc8eb92be5d2c0f041fd0ed8814708017e6f0585..73847e6d17bf6ec2a33595766bd5ddce779d7523 100644 (file)
@@ -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)