Class: LiquidError

Hierarchy

Constructors

constructor

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

Defined in src/util/error.ts:8

Parameters:

Name Type
err Error
token Token

Returns: LiquidError

Properties

context

context: string

Defined in src/util/error.ts:7


message

message: string

Inherited from LiquidError.message

Defined in node_modules/typescript/lib/lib.es5.d.ts:1023


name

name: string

Inherited from LiquidError.name

Defined in node_modules/typescript/lib/lib.es5.d.ts:1022


Private originalError

originalError: Error

Defined in src/util/error.ts:8


Optional stack

stack? : undefined | string

Inherited from LiquidError.stack

Overrides LiquidError.stack

Defined in node_modules/typescript/lib/lib.es5.d.ts:1024


Private token

token: Token

Defined in src/util/error.ts:6


Static Error

Error: ErrorConstructor

Defined in node_modules/typescript/lib/lib.es5.d.ts:1033

Methods

Protected update

update(): void

Defined in src/util/error.ts:15

Returns: void