UnauthorizedException constructor
UnauthorizedException([
- String message = 'Unauthorized'
Implementation
UnauthorizedException([super.message = 'Unauthorized']) : super(code: 4100);