Skip to main content
Module

x/domain_functions/src/index.ts>EnvironmentError

Decouple your business logic from your framework. With first-class type inference from end to end.
Go to Latest
class EnvironmentError
extends Error
import { EnvironmentError } from "https://deno.land/x/domain_functions@v2.6.0/src/index.ts";

A custom error class for environment errors.

Examples

const df = mdf()(() => { throw new EnvironmentError('Invalid environment', 'user.name') })

Constructors

new
EnvironmentError(message: string, path: string)

Properties

path: string