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