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