1
0
Fork 0
js-utils/docs/api/js-utils.childprocesserror....

22 lines
626 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildProcessError](./js-utils.childprocesserror.md) &gt; [(constructor)](./js-utils.childprocesserror._constructor_.md)
## ChildProcessError.(constructor)
Constructs a new instance of the `ChildProcessError` class
<b>Signature:</b>
```typescript
constructor(msg?: string, ...nested: Array<Error>);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| msg | string | <i>(Optional)</i> |
| nested | Array&lt;Error&gt; | |