UNPKG

yaml-ast-parser

Version:

[![Build Status](https://travis-ci.org/mulesoft-labs/yaml-ast-parser.svg?branch=master)](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)

15 lines (14 loc) 431 B
import Mark = require("./mark"); declare class YAMLException { message: string; reason: string; name: string; mark: Mark; isWarning: boolean; private static CLASS_IDENTIFIER; static isInstance(instance: any): instance is YAMLException; getClassIdentifier(): string[]; constructor(reason: string, mark?: Mark, isWarning?: boolean); toString(compact?: boolean): any; } export = YAMLException;