589 B
589 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 | |
nested | Array<Error> |