UnauthorizedException constructor
UnauthorizedException(
- String message, {
- Status? status,
Implementation
UnauthorizedException(super.message, {super.status}) : super(statusCode: 401);