UnauthorizedException constructor
UnauthorizedException(
- dynamic error
Implementation
UnauthorizedException(error) : super(error, "[ERROR] Unauthorized: ");
UnauthorizedException(error) : super(error, "[ERROR] Unauthorized: ");