amazon-cognito-identity-dart
amazon-cognito-identity-dart copied to clipboard
Exception types in CognitoUser.getSession()?
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?