UNPKG

stryker

Version:
8 lines 418 B
import { StrykerError } from '@stryker-mutator/util'; export default class ChildProcessCrashedError extends StrykerError { readonly pid: number; readonly exitCode?: number | undefined; readonly signal?: string | undefined; constructor(pid: number, message: string, exitCode?: number | undefined, signal?: string | undefined, innerError?: Error); } //# sourceMappingURL=ChildProcessCrashedError.d.ts.map