class AlreadyExists
extends FSError

File already exists when it should not.

Constructors

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

Properties

name: "AlreadyExists"

Usage

import { AlreadyExists } from ".";