Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class MissingEnvVarsError
extends Error
import { MissingEnvVarsError } from "https://deno.land/std@0.208.0/dotenv/mod.ts";

Constructors

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

Properties

missing: string[]