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

x/feomasto/priv/deps.ts>args.ValueError

Sync posts from Mastodon into FeoBlog
Go to Latest
class args.ValueError
implements ParseError
Re-export
Abstract
import { args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { ValueError } = args;

Base class of all ValueError

Properties

abstract
readonly
raw: string

Raw input

Methods

abstract
toString(): string