UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

9 lines 278 B
import type { Source } from '../resolve'; export declare class YamlParseError extends Error { originalError: Error; source: Source; col: number; line: number; constructor(originalError: Error, source: Source); } //# sourceMappingURL=yaml-parse-error.d.ts.map