UnauthorizedException constructor
UnauthorizedException(
- dynamic message
Implementation
UnauthorizedException(message) : super(message, "Unauthorized: ");
UnauthorizedException(message) : super(message, "Unauthorized: ");