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

681 B

Home > @apextoaster/js-utils > ChildProcessError

ChildProcessError class

Error indicating that a child process exited with an error status.

Signature:

export declare class ChildProcessError extends BaseError 

Extends: BaseError

Constructors

Constructor Modifiers Description
(constructor)(msg, nested) Constructs a new instance of the ChildProcessError class