InvalidArgumentError
Class InvalidArgumentError
Hierarchy
Error
↳ InvalidArgumentError
Index
Constructors
Properties
Constructors
constructor
new InvalidArgumentError(error: string): InvalidArgumentError
Defined in Library/Error/InvalidArgumentError.ts:1
Parameters:
| Name | Type |
|---|---|
| error | string |
Returns: InvalidArgumentError
Properties
message
message: string
Inherited from Error.message
**
name
name: string
Inherited from Error.name
**
Optional stack
stack: string
Inherited from Error.stack
Overrides Error.stack
**
Static Error
Error: ErrorConstructor
**