class AlreadyExists
extends FSError

File already exists when it should not.

Constructors

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

Properties

name: "AlreadyExists"

Usage

import { AlreadyExists } from ".";