ClientException class
An exception caused by an error in a pkg/http client.
- Implemented types
- Implementers
Constructors
- ClientException.new(String message, [Uri? uri])
Properties
Methods
-
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) â String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited