Skip to main content
Go to Latest
class mod.MissingEnvVarsError
extends Error
import { mod } from "https://deno.land/x/ponder@v0.0.3.1/deps.ts";
const { MissingEnvVarsError } = mod;

Constructors

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

Properties

missing: string[]