class WriteError
extends FSError

Error writing to the file system.

Constructors

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

Properties

name: "WriteError"

Usage

import { WriteError } from ".";