1
0
Fork 0
js-utils/docs/api/js-utils.missingkeyerror._c...

616 B

Home > @apextoaster/js-utils > MissingKeyError > (constructor)

MissingKeyError.(constructor)

Constructs a new instance of the MissingKeyError class

Signature:

constructor(msg?: string, ...nested: Array<Error>);

Parameters

Parameter Type Description
msg string (Optional)
nested Array<Error>