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