class NotFound
extends FSError

Constructors

new
NotFound(
path: string | URL,
message: string,
)

Properties

name: "NotFound"

Usage

import { NotFound } from ".";