21 lines
678 B
Markdown
21 lines
678 B
Markdown
<!-- 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
|
|
|
|
Error indicating that an invalid argument was passed to a function call.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare class InvalidArgumentError extends BaseError
|
|
```
|
|
|
|
## Constructors
|
|
|
|
| Constructor | Modifiers | Description |
|
|
| --- | --- | --- |
|
|
| [(constructor)(msg, nested)](./js-utils.invalidargumenterror._constructor_.md) | | Constructs a new instance of the <code>InvalidArgumentError</code> class |
|
|
|