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

21 lines
654 B
Markdown
Raw Normal View History

2020-03-29 13:43:52 +00:00
<!-- 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)
## ChildProcessError class
Error indicating that a child process exited with an error status.
2020-03-29 13:43:52 +00:00
<b>Signature:</b>
```typescript
export declare class ChildProcessError extends BaseError
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(msg, nested)](./js-utils.childprocesserror._constructor_.md) | | Constructs a new instance of the <code>ChildProcessError</code> class |