Skip to content

Commit

Permalink
Merge pull request #3 from InternationalCodeCouncil/SSO-49-Lambda-Rework
Browse files Browse the repository at this point in the history
SSO-49-Lamda-Rework
  • Loading branch information
bclarkicc committed Jun 28, 2022
2 parents 0c2daa5 + bc2a67b commit e092ddc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Exception/UserLambdaValidationException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
namespace pmill\AwsCognito\Exception;

class UserLambdaValidationException extends CognitoResponseException
{
}

0 comments on commit e092ddc

Please sign in to comment.