# NoOperationToUndoError

Error thrown when there are no operations to be undone by the [undo](crudoperations.md#undo) method.

## Constructors

### constructor 

\+ **new NoOperationToUndoError**(): *[NoOperationToUndoError](nooperationtoundoerror.md)*

*Defined in [src/errors.ts:110](https://github.com/handsontable/hyperformula/blob/b8542ec/src/errors.ts#L110)*

**Returns:** *[NoOperationToUndoError](nooperationtoundoerror.md)*

## Properties

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

• **stack**? : *undefined | string*

___

### Error

▪ **Error**: *ErrorConstructor*