class NotFound
extends FSError

Constructors

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

Properties

name: "NotFound"

Usage

import { NotFound } from ".";