1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-08 17:16:29 +02:00

Add method 'deleteUserById' and similar methods for email and username

This commit is contained in:
Marco
2017-02-25 17:32:35 +01:00
parent 63144d4dc0
commit 81bdd79906
3 changed files with 94 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ namespace Delight\Auth;
class AuthException extends \Exception {}
class UnknownIdException extends AuthException {}
class InvalidEmailException extends AuthException {}
class UnknownUsernameException extends AuthException {}