<?phpdeclare(strict_types=1);namespaceShaarli\Front\Exception;classLoginBannedExceptionextendsShaarliFrontException{publicfunction__construct(){$message=t('You have been banned after too many failed login attempts. Try again later.');parent::__construct($message,401);}}