Skip to main content
Deno 2 is finally 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.20.33/tools/deps/proc.ts";

A generic process error.

Constructors

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