Skip to main content
Module

x/args/value-errors.ts>ValueError

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
class ValueError
implements ParseError
Abstract
import { ValueError } from "https://deno.land/x/args@2.1.0/value-errors.ts";

Base class of all ValueError

Properties

abstract
readonly
raw: string

Raw input

Methods

abstract
toString(): string