# InvalidArgumentsError

Error thrown when the given arguments are invalid

## Constructors

### constructor 

\+ **new InvalidArgumentsError**(`expectedArguments`: string): *[InvalidArgumentsError](invalidargumentserror.md)*

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

**Parameters:**

Name | Type |
------ | ------ |
`expectedArguments` | string |

**Returns:** *[InvalidArgumentsError](invalidargumentserror.md)*

## Properties

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

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

___

### Error

▪ **Error**: *ErrorConstructor*