UnauthorizedException constructor

UnauthorizedException(
  1. String message, {
  2. Status? status,
})

Implementation

UnauthorizedException(super.message, {super.status}) : super(statusCode: 401);