AmplifyException constructor

const AmplifyException(
  1. String message, {
  2. String? recoverySuggestion,
  3. String? underlyingException,
})

Named constructor

Implementation

const AmplifyException(this.message,
    {this.recoverySuggestion, this.underlyingException});