class ParseError
extends Error

Base error class.

Constructors

new
ParseError(
errorMessage: string,
location?: Location,
)

Usage

import { ParseError } from ".";