Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/src/options/deps.ts>dotenv.MissingEnvVarsError

An ecosystem delivering practices, philosophy and portability.
Go to Latest
class dotenv.MissingEnvVarsError
extends Error
import { dotenv } from "https://deno.land/x/hex@0.5.15/src/options/deps.ts";
const { MissingEnvVarsError } = dotenv;

Constructors

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

Properties

missing: string[]