636 B
636 B
Home > @apextoaster/js-utils > NotImplementedError > (constructor)
NotImplementedError.(constructor)
Constructs a new instance of the NotImplementedError
class
Signature:
constructor(msg?: string, ...nested: Array<Error>);
Parameters
Parameter | Type | Description |
---|---|---|
msg | string | (Optional) |
nested | Array<Error> |