Errors
Class ExprError
Expression Error Class
Extends Error
constructor (name: string, message: string): ExprError
Name | Type | Default | Description |
---|---|---|---|
name | string | ||
message | string |
Method .captureStackTrace (targetObject: object, constructorOpt: Function): void
Create .stack property on a target object
Name | Type | Default | Description |
---|---|---|---|
targetObject | object | ||
constructorOpt | Function |
static Method .consecutiveOperators (x: string, y: string): ExprError
Name | Type | Default | Description |
---|---|---|---|
x | string | ||
y | string |
static Method .startOperator (x: ExprElement): ExprError
Name | Type | Default | Description |
---|---|---|---|
x | ExprElement |