# NoOperationToRedoError Class
Error thrown when there are no operations to redo by the redo method.
# Constructors
# constructor
+ new NoOperationToRedoError(): NoOperationToRedoError
Defined in src/errors.ts:119 (opens new window)
Returns: NoOperationToRedoError
# Properties
# message
• message: string
# name
• name: string
# stack Optional
• stack? : undefined | string
# Error Static
▪ Error: ErrorConstructor