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