Class: UndefinedVariableError

Hierarchy

LiquidError

UndefinedVariableError

Constructors

constructor

+ new UndefinedVariableError(err: Error, token: Token): UndefinedVariableError

Overrides LiquidError.constructor

Defined in util/error.ts:53

Parameters:

Name Type
err Error
token Token

Returns: UndefinedVariableError

Properties

context

context: string

Inherited from LiquidError.context

Defined in util/error.ts:7


message

message: string

Inherited from void

Defined in /home/runner/work/liquidjs/liquidjs/node_modules/typescript/lib/lib.es5.d.ts:974


name

name: string

Inherited from void

Defined in /home/runner/work/liquidjs/liquidjs/node_modules/typescript/lib/lib.es5.d.ts:973


Optional stack

stack? : undefined | string

Inherited from void

Overrides void

Defined in /home/runner/work/liquidjs/liquidjs/node_modules/typescript/lib/lib.es5.d.ts:975

Methods

Protected update

update(): void

Inherited from LiquidError.update

Defined in util/error.ts:15

Returns: void