1
0
Fork 0
js-utils/docs/api/js-utils.timeouterror.md

22 lines
627 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [TimeoutError](./js-utils.timeouterror.md)
## TimeoutError class
Error indicating that a promise timed out.
<b>Signature:</b>
```typescript
export declare class TimeoutError extends BaseError
```
<b>Extends:</b> BaseError
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(msg, nested)](./js-utils.timeouterror._constructor_.md) | | Constructs a new instance of the <code>TimeoutError</code> class |