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

x/env/env.js>EnvKeyNotFoundError

A utility for verifying environment variables are present
Latest
class EnvKeyNotFoundError
extends Error
import { EnvKeyNotFoundError } from "https://deno.land/x/env@v3.0.5/env.js";

The error thrown when a required key is not found.

Constructors

new
EnvKeyNotFoundError(key)

Creates a new instance.