aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/exceptions/CantLoginException.php
blob: cd16635d36bb70adc67846209282649598cac0a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Shaarli\Front\Exception;

class CantLoginException extends \Exception
{

}