UnauthorizedException constructor
UnauthorizedException([
- String? message
Creates a new unauthorized exception.
Implementation
UnauthorizedException([final String? message])
: super(message, 'Unauthorized: ');