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

22 lines
610 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) &gt; [(constructor)](./js-utils.timeouterror._constructor_.md)
## TimeoutError.(constructor)
Constructs a new instance of the `TimeoutError` class
<b>Signature:</b>
```typescript
constructor(msg?: string, ...nested: Array<Error>);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| msg | <code>string</code> | |
| nested | <code>Array&lt;Error&gt;</code> | |