From c842fa9792e3949b63290deb87333198a6ee7738 Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 30 Jul 2017 15:48:19 +0200 Subject: [PATCH] Add class 'ResetDisabledException' --- src/Exceptions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Exceptions.php b/src/Exceptions.php index 7446781..70a06ca 100644 --- a/src/Exceptions.php +++ b/src/Exceptions.php @@ -36,6 +36,8 @@ class AmbiguousUsernameException extends AuthException {} class AttemptCancelledException extends AuthException {} +class ResetDisabledException extends AuthException {} + class AuthError extends \Exception {} class DatabaseError extends AuthError {}