Constructors
Methods
lineNumber
lineNumber(line: number): this
column
column(col: number): this
context
context(ctx: string): this
expected
expected(exp: string): this
actual
actual(act: string): this
suggestion
suggestion(sugg: string): this
codeSnippet
codeSnippet(snippet: string): this
buildMessage
buildMessage(baseMessage: string): string
throwParsingError
throwParsingError(baseMessage: string): never
throwValidationError
throwValidationError(baseMessage: string): never
Error context builder for better debugging