]>
git.immae.eu Git - github/shaarli/Shaarli.git/blob - LoginBannedException.php
79d0ea152ad21428102cc99a9ee2117cac4509cc
3 declare(strict_types
=1);
5 namespace Shaarli\Front\Exception
;
7 class LoginBannedException
extends ShaarliFrontException
9 public function __construct()
11 $message = t('You have been banned after too many failed login attempts. Try again later.');
13 parent
::__construct($message, 401);