menu
glorysoft_mobile_plugin package
documentation
tool/http/http_exceptions.dart
BadServiceException
BadServiceException constructor
BadServiceException constructor
dark_mode
light_mode
BadServiceException
constructor
BadServiceException
(
{
String
?
message
,
String
?
code
,
})
Implementation
BadServiceException({String? message, String? code}) : super(message, code);
glorysoft_mobile_plugin package
documentation
tool/http/http_exceptions
BadServiceException
BadServiceException constructor
BadServiceException class