AuthenticationFailedException constructor
AuthenticationFailedException({
- Object? cause,
- StackTrace? stackTrace,
Implementation
AuthenticationFailedException({Object? cause, StackTrace? stackTrace})
: super(
'authentication_failed',
SafeErrorMessages.authenticationFailed,
cause: cause,
stackTrace: stackTrace,
);