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