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

x/vento/src/environment.ts>Environment#createError

🌬 A template engine for Deno & Node
Latest
method Environment.prototype.createError
import { Environment } from "https://deno.land/x/vento@v0.12.7/src/environment.ts";

Parameters

path: string
source: string
position: number
cause: Error

Returns

Error