menu
ratel package
documentation
exceptions/exceptions.dart
HttpResponseException
HttpResponseException.new constructor
HttpResponseException.new constructor
dark_mode
light_mode
HttpResponseException
constructor
HttpResponseException
(
String
message
, {
required
int
statusCode
,
required
Uri
uri
,
String
?
method
,
})
Implementation
HttpResponseException(this.message, {required this.statusCode, required this.uri, this.method});
ratel package
documentation
exceptions/exceptions
HttpResponseException
HttpResponseException.new constructor
HttpResponseException class