diff --git a/README.md b/README.md index 7862eeb..17d6149 100644 --- a/README.md +++ b/README.md @@ -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 }