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

21 lines
611 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; [NotFoundError](./js-utils.notfounderror.md)
## NotFoundError class
Error indicating that some value was not found.
<b>Signature:</b>
```typescript
export declare class NotFoundError extends BaseError
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(msg, nested)](./js-utils.notfounderror._constructor_.md) | | Constructs a new instance of the <code>NotFoundError</code> class |