1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-31 13:20:11 +02:00

Add class 'ConfirmationRequestNotFound'

This commit is contained in:
Marco
2017-08-07 19:36:13 +02:00
parent 0bbf9d32b1
commit f83ac969d4

View File

@@ -38,6 +38,8 @@ class AttemptCancelledException extends AuthException {}
class ResetDisabledException extends AuthException {}
class ConfirmationRequestNotFound extends AuthException {}
class AuthError extends \Exception {}
class DatabaseError extends AuthError {}