[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [NotFoundError](./js-utils.notfounderror.md) > [(constructor)](./js-utils.notfounderror._constructor_.md) ## NotFoundError.(constructor) Constructs a new instance of the `NotFoundError` class Signature: ```typescript constructor(msg?: string, ...nested: Array); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | msg | string | | | nested | Array<Error> | |