method Environment.prototype.createErrorimport { Environment } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/vento.ts"; createError(path: string,source: string,position: number,cause: Error,): ErrorParameterspath: stringsource: stringposition: numbercause: ErrorReturnsError