RequestAbortedException class
Thrown when an HTTP request is aborted.
This exception is triggered when Abortable.abortTrigger completes.
- Inheritance
-
- Object
- ClientException
- RequestAbortedException
Constructors
- RequestAbortedException.new([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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited