Skip to main content

ExpressionSyntaxError

@lowcode/expression-parser


Class: ExpressionSyntaxError

Defined in: errors/SyntaxError.ts:1

Extends

  • Error

Constructors

Constructor

new ExpressionSyntaxError(message, position?): ExpressionSyntaxError

Defined in: errors/SyntaxError.ts:2

Parameters

message

string

position?

number

Returns

ExpressionSyntaxError

Overrides

Error.constructor

Properties

position?

readonly optional position: number

Defined in: errors/SyntaxError.ts:4