FrappeAuthException constructor
const
FrappeAuthException(
- String message, {
- String? code,
- dynamic originalError,
- StackTrace? originalStackTrace,
- Map<
String, dynamic> context = const {},
Implementation
const FrappeAuthException(
this.message, {
this.code,
this.originalError,
this.originalStackTrace,
this.context = const {},
});