<?phpdeclare(strict_types=1);namespaceShaarli\Front\Exception;classAlreadyInstalledExceptionextendsShaarliFrontException{publicfunction__construct(){$message=t('Shaarli has already been installed. Login to edit the configuration.');parent::__construct($message,401);}}