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

x/env/env.js>EnvKeyNotFoundError

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

The error thrown when a required key is not found.

Constructors

new
EnvKeyNotFoundError(key)

Creates a new instance.