2020-03-29 13:43:52 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [@apextoaster/js-utils ](./js-utils.md ) > [InvalidArgumentError ](./js-utils.invalidargumenterror.md )
## InvalidArgumentError class
2020-03-31 13:49:18 +00:00
Error indicating that an invalid argument was passed to a function call.
2020-03-29 13:43:52 +00:00
< b > Signature:< / b >
```typescript
export declare class InvalidArgumentError extends BaseError
```
2020-06-29 23:23:16 +00:00
< b > Extends:< / b > BaseError
2020-03-29 13:43:52 +00:00
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(msg, nested) ](./js-utils.invalidargumenterror._constructor_.md ) | | Constructs a new instance of the < code > InvalidArgumentError</ code > class |