Skip to main content
Module

x/dotenv/mod.ts>MissingEnvVarsError

Deprecated. Use std/dotenv instead.
Extremely Popular
Latest
class MissingEnvVarsError
extends Error
import { MissingEnvVarsError } from "https://deno.land/x/dotenv@v3.2.2/mod.ts";

Constructors

new
MissingEnvVarsError(message?: string)