]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - application/front/exceptions/UnauthorizedException.php
Initialize admin Slim controllers
[github/shaarli/Shaarli.git] / application / front / exceptions / UnauthorizedException.php
CommitLineData
2899ebb5
A
1<?php
2
3declare(strict_types=1);
4
5namespace Shaarli\Front\Exception;
6
7/**
8 * Class UnauthorizedException
9 *
10 * Exception raised if the user tries to access a ShaarliAdminController while logged out.
11 */
12class UnauthorizedException extends \Exception
13{
14
15}