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

x/allo_arguments/lib/ValueException.ts>ValueException

🦕 Super handy cli argument parser with automate generation `--help` flag.
Go to Latest
class ValueException
extends Exception
import { ValueException } from "https://deno.land/x/allo_arguments@v4.0.1/lib/ValueException.ts";

Constructors

new
ValueException(message: string)