FrappeAuthException constructor

const FrappeAuthException(
  1. String message, {
  2. String? code,
  3. dynamic originalError,
  4. StackTrace? originalStackTrace,
  5. Map<String, dynamic> context = const {},
})

Implementation

const FrappeAuthException(
  this.message, {
  this.code,
  this.originalError,
  this.originalStackTrace,
  this.context = const {},
});