class ReadError
extends FSError

Error reading from the file system.

Constructors

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

Properties

name: "ReadError"

Usage

import { ReadError } from ".";