Dart SDK
dart:io
HttpException
class
HttpException
Properties
Constructors
Methods
Properties
message
uri
Constructors
HttpException
Methods
toString
(Not documented.)
Implements
IOException
Implemented by
RedirectException
Properties
String
message
read-only
Uri
uri
read-only
Constructors
HttpException
(
String
message
, {
Uri
uri
})
const
Methods
toString
(
) →
String
Returns a string representation of this object.