class WriteError
extends FSError

Error writing to the file system.

Constructors

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

Properties

name: "WriteError"

Usage

import { WriteError } from ".";