1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 07:37:25 +02:00

Add class 'DuplicateUsernameException'

This commit is contained in:
Marco
2017-02-15 17:06:08 +01:00
parent bd02e08f83
commit d579179494

View File

@@ -26,6 +26,8 @@ class TokenExpiredException extends AuthException {}
class TooManyRequestsException extends AuthException {}
class DuplicateUsernameException extends AuthException {}
class AuthError extends \Exception {}
class DatabaseError extends AuthError {}