Skip to content

Commit

Permalink
Document new exception for 'confirmEmail' and 'confirmEmailAndSignIn'
Browse files Browse the repository at this point in the history
  • Loading branch information
ocram committed Jul 30, 2017
1 parent f13302b commit 7b4c4bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ catch (\Delight\Auth\InvalidSelectorTokenPairException $e) {
catch (\Delight\Auth\TokenExpiredException $e) {
// token expired
}
catch (\Delight\Auth\UserAlreadyExistsException $e) {
// email address already exists
}
catch (\Delight\Auth\TooManyRequestsException $e) {
// too many requests
}
Expand Down

0 comments on commit 7b4c4bf

Please sign in to comment.