UnauthorizedException constructor
UnauthorizedException([
- String message = 'Unauthorized'
Implementation
UnauthorizedException([String message = 'Unauthorized']) : super(401, message);