705 B
705 B
Home > @apextoaster/js-utils > InvalidArgumentError
InvalidArgumentError class
Error indicating that an invalid argument was passed to a function call.
Signature:
export declare class InvalidArgumentError extends BaseError
Extends: BaseError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(msg, nested) | Constructs a new instance of the InvalidArgumentError class |