class YAMLError extends DenoError<ErrorKind.Other>import { YAMLError } from "https://deno.land/x/deno@v0.28.0/std/encoding/yaml/error.ts"; ConstructorsnewYAMLError(message?, mark?: Mark | string)MethodstoString(_compact: boolean): string