WebAuthenticationException.fromPlatformException constructor

WebAuthenticationException.fromPlatformException(
  1. PlatformException e
)

Implementation

WebAuthenticationException.fromPlatformException(final PlatformException e)
    : this(e.code, e.messageString, e.detailsMap);