627 B
627 B
Home > @apextoaster/js-utils > TimeoutError
TimeoutError class
Error indicating that a promise timed out.
Signature:
export declare class TimeoutError extends BaseError
Extends: BaseError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(msg, nested) | Constructs a new instance of the TimeoutError class |