Skip to main content
Deno 2 is finally here 🎉️
Learn more
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@v1.12.11/src/environment.ts";

Parameters

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

Returns

Error