menu
logging_appenders package
documentation
base_remote_appender.dart
HttpLogException
HttpLogException.new constructor
HttpLogException.new constructor
dark_mode
light_mode
HttpLogException
constructor
HttpLogException
(
String
message
, {
Uri
?
uri
,
required
int
statusCode
,
})
Implementation
HttpLogException( String message, { Uri? uri, required this.statusCode, }) : super(message, uri);
logging_appenders package
documentation
base_remote_appender
HttpLogException
HttpLogException.new constructor
HttpLogException class