mirror of
https://github.com/appen-isen/fermentardoise.git
synced 2026-03-18 21:30:37 +01:00
8 lines
149 B
PHP
8 lines
149 B
PHP
<?php
|
|
|
|
/**
|
|
* This exception is thrown when the authentication failed.
|
|
*/
|
|
class AuthenticationException extends Exception {}
|
|
|
|
?>
|