Class: InternalUndefinedVariableError

Hierarchy

  • Error

    InternalUndefinedVariableError

Constructors

constructor

+ new InternalUndefinedVariableError(variableName: string): InternalUndefinedVariableError

Defined in src/util/error.ts:65

Parameters:

Name Type
variableName string

Returns: InternalUndefinedVariableError

Properties

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


Optional stack

stack? : undefined | string

Inherited from LiquidError.stack

Overrides LiquidError.stack

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


variableName

variableName: string

Defined in src/util/error.ts:65


Static Error

Error: ErrorConstructor

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