22 lines
625 B
Markdown
22 lines
625 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [MissingKeyError](./js-utils.missingkeyerror.md) > [(constructor)](./js-utils.missingkeyerror._constructor_.md)
|
|
|
|
## MissingKeyError.(constructor)
|
|
|
|
Constructs a new instance of the `MissingKeyError` class
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
constructor(msg?: string, ...nested: Array<Error>);
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| msg | <code>string</code> | |
|
|
| nested | <code>Array<Error></code> | |
|
|
|