# NothingToPasteError

Error thrown when there is nothing to paste by the [paste](crudoperations.md#paste) method.

## Constructors

### constructor 

\+ **new NothingToPasteError**(): *[NothingToPasteError](nothingtopasteerror.md)*

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

**Returns:** *[NothingToPasteError](nothingtopasteerror.md)*

## Properties

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

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

___

### Error

▪ **Error**: *ErrorConstructor*