UnauthorisedException constructor

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

Implementation

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