UnAuthorizedException constructor

UnAuthorizedException(
  1. dynamic message
)

Implementation

UnAuthorizedException(message) : super(message);