UnauthorizedClientException({String? type, String? message}) : super( type: type, code: 'UnauthorizedClientException', message: message);