pmill / aws-cognito

A PHP library for AWS Cognito user pools
MIT License
74 stars 62 forks source link

exception-handling #57

Closed bclarkicc closed 1 year ago

bclarkicc commented 1 year ago

Making the createFromCognitoException method a bit more robust so that it doesn't completely error in the event you pass it an Exception that is not specifically a CognitoIdentityProviderException. I believe this was the original intent.