UnknownAuthException constructor

UnknownAuthException(
  1. String message
)

Implementation

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