[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [NotFoundError](./js-utils.notfounderror.md) ## NotFoundError class Error indicating that some value was not found. Signature: ```typescript export declare class NotFoundError extends BaseError ``` Extends: BaseError ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(msg, nested)](./js-utils.notfounderror._constructor_.md) | | Constructs a new instance of the NotFoundError class |