AuthException constructor

const AuthException(
  1. String message, {
  2. int? statusCode,
  3. Map<String, dynamic>? details,
  4. String? code,
  5. String? requestId,
})

Creates a new AuthException

Implementation

const AuthException(super.message, {super.statusCode, super.details, super.code, super.requestId});