AuthException constructor
- Object reason,
- Webservice webservice, {
- String message(
- Object reason,
- Webservice
An exception thrown when AuthService.authenticate fails.
Implementation
AuthException(this.reason, this.webservice, {String Function(Object reason, Webservice)? message}) {
this.message = message ?? _defaultMessage;
}