Import
import { ParserException } from '@rs-x/core';API Reference
Thrown for invalid expressions; includes expression text and optional position.
import { ParserException } from '@rs-x/core';import { ParserException } from '@rs-x/core';
const instance = new ParserException(...args);1 member in this class.
constructor(
public readonly expression: string,
message: string,
public readonly position?: number
)Parameters