Module

x/dotenv/mod.ts>MissingEnvVarExportsError

Dotenv file handling for deno.
Extremely Popular
Go to Latest
class MissingEnvVarExportsError
extends Error
import { MissingEnvVarExportsError } from "https://dotland.deno.dev/x/dotenv@v3.2.0/mod.ts";

Constructors

new
MissingEnvVarExportsError(message?: string)