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