UnAuthenticatedException constructor

UnAuthenticatedException(
  1. dynamic message
)

Implementation

UnAuthenticatedException(message) : super(message);