AuthException constructor

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

The class for Auth category exceptions.

Implementation

const AuthException(
  super.message, {
  super.recoverySuggestion,
  super.underlyingException,
});