From f83ac969d4ac42eeb18165aa4d2841083a637018 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 7 Aug 2017 19:36:13 +0200 Subject: [PATCH] Add class 'ConfirmationRequestNotFound' --- src/Exceptions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Exceptions.php b/src/Exceptions.php index 70a06ca..17f92e4 100644 --- a/src/Exceptions.php +++ b/src/Exceptions.php @@ -38,6 +38,8 @@ class AttemptCancelledException extends AuthException {} class ResetDisabledException extends AuthException {} +class ConfirmationRequestNotFound extends AuthException {} + class AuthError extends \Exception {} class DatabaseError extends AuthError {}