Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/proc.ts>ProcessError

A better way to work with processes in Deno.
Go to Latest
class ProcessError
extends Error
Abstract
import { ProcessError } from "https://deno.land/x/proc@0.21.8/tools/deps/proc.ts";

A generic process error.

Constructors

new
ProcessError(message: string, options?: { cause?: Error; })