UnauthorizedException constructor

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

Implementation

UnauthorizedException([String? message, String? url])
    : super(message, 'Bad Request', url);