681 B
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 |