class valueErrors.InvalidChoice
extends ValueError
import { valueErrors } from "https://deno.land/x/args@2.1.0/index.ts";
const { InvalidChoice } = valueErrors;
ValueError
class for when raw input not matching any expected choice
Constructors
new
InvalidChoice(raw: string, choices: readonly ValidChoice[])