UNPKG

445 BTypeScriptView Raw
1import { StrykerError } from '@stryker-mutator/util';
2export declare class ChildProcessCrashedError extends StrykerError {
3 readonly pid: number | undefined;
4 readonly exitCode?: number | undefined;
5 readonly signal?: string | undefined;
6 constructor(pid: number | undefined, message: string, exitCode?: number | undefined, signal?: string | undefined, innerError?: Error);
7}
8//# sourceMappingURL=child-process-crashed-error.d.ts.map
\No newline at end of file