1
0
Fork 0
js-utils/docs/api/js-utils.notimplementederro...

22 lines
645 B
Markdown
Raw Normal View History

2020-03-29 13:43:52 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [NotImplementedError](./js-utils.notimplementederror.md) &gt; [(constructor)](./js-utils.notimplementederror._constructor_.md)
## NotImplementedError.(constructor)
Constructs a new instance of the `NotImplementedError` 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> | |