menu
base_api_client package
documentation
BaseApiClient/APiClientServices/ApiExceptions.dart
UnauthorizedException
UnauthorizedException constructor
UnauthorizedException constructor
dark_mode
light_mode
UnauthorizedException
constructor
UnauthorizedException
(
[
String
?
message
,
String
?
url
])
Implementation
UnauthorizedException([String? message, String? url]) : super(message, 'Unauthorized Request', url);
base_api_client package
documentation
BaseApiClient/APiClientServices/ApiExceptions
UnauthorizedException
UnauthorizedException constructor
UnauthorizedException class