Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dotenv/mod.ts>MissingEnvVarsError

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

Constructors

new
MissingEnvVarsError(message?: string)