Skip to content

Commit

Permalink
Adding in an exception for NotAuthorizedException, thrown by Cognito …
Browse files Browse the repository at this point in the history
…when an existing user tries to sign into the user pool with an incorrect password.
  • Loading branch information
bclarkicc committed Apr 15, 2020
1 parent bba2a7c commit 0d50e5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Exception/NotAuthorizedException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
namespace pmill\AwsCognito\Exception;

class NotAuthorizedException extends CognitoResponseException
{
}

0 comments on commit 0d50e5e

Please sign in to comment.