Home > @infiniteobjects/core-library-web > AbortError
An error to be thrown when the request is aborted by AbortController.
Signature:
export declare class AbortError extends Error
Extends: Error
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(message) | Constructs a new instance of the AbortError class |