Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_arguments/src/exceptions.ts>PrintableException

🦕 Super handy cli argument parser with automate generation `--help` flag.
Go to Latest
class PrintableException
extends Error
Abstract
import { PrintableException } from "https://deno.land/x/allo_arguments@v6.0.5/src/exceptions.ts";

Constructors

new
PrintableException(message: string, callback: (() => void) | undefined)