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:
@@ -10,6 +10,8 @@ namespace Delight\Auth;
|
||||
|
||||
class AuthException extends \Exception {}
|
||||
|
||||
class UnknownIdException extends AuthException {}
|
||||
|
||||
class InvalidEmailException extends AuthException {}
|
||||
|
||||
class UnknownUsernameException extends AuthException {}
|
||||
|
Reference in New Issue
Block a user