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

678 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 

Constructors

Constructor Modifiers Description
(constructor)(msg, nested) Constructs a new instance of the InvalidArgumentError class