]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/front/exceptions/ShaarliFrontException.php
Initialize admin Slim controllers
[github/shaarli/Shaarli.git] / application / front / exceptions / ShaarliFrontException.php
similarity index 90%
rename from application/front/exceptions/ShaarliException.php
rename to application/front/exceptions/ShaarliFrontException.php
index 800bfbec34c619c09eb7d653aca58303758896d1..fc8eb92be5d2c0f041fd0ed8814708017e6f0585 100644 (file)
@@ -13,7 +13,7 @@ use Throwable;
  *
  * @package Front\Exception
  */
-abstract class ShaarliException extends \Exception
+abstract 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)