menu
Dart
dart:io
HttpException
HttpException const constructor
HttpException
brightness_4
brightness_5
description
HttpException
constructor
const
HttpException
(
String
message
,
{
Uri
?
uri
}
)
Implementation
const HttpException(this.message, {this.uri});
Dart
dart:io
HttpException
HttpException const constructor
HttpException class