UnauthorizedException constructor
UnauthorizedException([
- String message = "Unauthorized"
Implementation
UnauthorizedException([this.message = "Unauthorized"]);
UnauthorizedException([this.message = "Unauthorized"]);