class ReadError
extends FSError

Error reading from the file system.

Constructors

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

Properties

name: "ReadError"

Usage

import { ReadError } from ".";