Files
fermentardoise/resources/library/exceptions.php
2022-11-19 23:29:44 +01:00

8 lines
149 B
PHP

<?php
/**
* This exception is thrown when the authentication failed.
*/
class AuthenticationException extends Exception {}
?>