UnknownAuthException constructor
UnknownAuthException(
- String message
Implementation
UnknownAuthException(String message)
: super(message, AuthException.unknownCode);
UnknownAuthException(String message)
: super(message, AuthException.unknownCode);