Skip to main content
Go to Latest
class MissingEnvVarsError
extends Error
import { MissingEnvVarsError } from "https://deno.land/std@0.177.0/dotenv/mod.ts";

Constructors

new
MissingEnvVarsError(message: string, missing: string[])

Properties

missing: string[]