Skip to content

Commit

Permalink
Add class 'ConfirmationRequestNotFound'
Browse files Browse the repository at this point in the history
  • Loading branch information
ocram committed Aug 7, 2017
1 parent 0bbf9d3 commit f83ac96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Exceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class AttemptCancelledException extends AuthException {}

class ResetDisabledException extends AuthException {}

class ConfirmationRequestNotFound extends AuthException {}

class AuthError extends \Exception {}

class DatabaseError extends AuthError {}
Expand Down

0 comments on commit f83ac96

Please sign in to comment.