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