class SignalError
extends ProcessError
import { SignalError } from "https://deno.land/x/proc@0.22.1/mod.ts";
Thrown because the process exited due to a signal. By default, this is thrown for any signal but may be overridden.
import { SignalError } from "https://deno.land/x/proc@0.22.1/mod.ts";
Thrown because the process exited due to a signal. By default, this is thrown for any signal but may be overridden.