Skip to main content
Module

x/proc/mod.ts>ChainedError

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
class ChainedError
extends Error
import { ChainedError } from "https://deno.land/x/proc@0.19.6/mod.ts";

Constructors

new
ChainedError(message?: string, cause?: Error)