amazon-cognito-identity-dart icon indicating copy to clipboard operation
amazon-cognito-identity-dart copied to clipboard

Exception types in CognitoUser.getSession()?

Open hacker1024 opened this issue 5 years ago • 0 comments

In CognitoUser.getSession(), generic Exceptions are thrown. To differentiate between them, operations need to be done on the output from toString(), which isn't great.

Could these be changed to dedicated object for each cause?

hacker1024 avatar Oct 12 '20 02:10 hacker1024