class ProcessError extends ErrorAbstractimport { ProcessError } from "https://deno.land/x/proc@0.20.33/tools/deps/proc.ts"; A generic process error. ConstructorsnewProcessError(message: string, options?: { cause?: Error; })