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

22 lines
689 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; [NotImplementedError](./js-utils.notimplementederror.md)
## NotImplementedError class
Error indicating that a function has not been implemented yet.
<b>Signature:</b>
```typescript
export declare class NotImplementedError extends BaseError
```
<b>Extends:</b> BaseError
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(msg, nested)](./js-utils.notimplementederror._constructor_.md) | | Constructs a new instance of the <code>NotImplementedError</code> class |