# NoOperationToUndoError Class

Error thrown when there are no operations to be undone by the undo method.

# Constructors

# constructor

+ new NoOperationToUndoError(): NoOperationToUndoError

Defined in src/errors.ts:110 (opens new window)

Returns: NoOperationToUndoError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor