AuthException constructor
const
AuthException(
- String message
Creates an authentication exception.
Implementation
const AuthException(String message) : super(ErrorCodes.authFailed, message);
Creates an authentication exception.
const AuthException(String message) : super(ErrorCodes.authFailed, message);