606 B
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> |