UnauthorizedException constructor Null safety
Implementation
UnauthorizedException({String? type, String? message})
: super(type: type, code: 'UnauthorizedException', message: message);
UnauthorizedException({String? type, String? message})
: super(type: type, code: 'UnauthorizedException', message: message);