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