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