1
0
Fork 0
js-utils/docs/api/js-utils.invalidargumenterr...

22 lines
705 B
Markdown

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