UnAuthorizedException constructor

UnAuthorizedException(
  1. [String? message,
  2. String? url]
)

Implementation

UnAuthorizedException([String? message, String? url])
    : super(message, 'Unauthorized request', url);