1
0
Fork 0
js-utils/docs/api/js-utils.notfounderror._con...

606 B

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

NotFoundError.(constructor)

Constructs a new instance of the NotFoundError class

Signature:

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

Parameters

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