UnauthorisedException constructor

UnauthorisedException({
  1. String? message,
  2. int? code = 401,
})

Implementation

UnauthorisedException({String? message, int? code = 401}) : super(message);