WebAuthenticationException.unknown constructor

const WebAuthenticationException.unknown(
  1. String message
)

Implementation

const WebAuthenticationException.unknown(final String message)
    : super.unknown(message);