Skip to main content
Module

x/proc/mod2.ts>ExitCodeError

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

Constructors

new
ExitCodeError(message: string, code: number)