class

Liquid::UndefinedVariable

Inherits Liquid::InvalidExpression / Liquid::LiquidException / Exception / Reference / Object

Error generated when a variable used in a template doesn't exists in the current context.

This exception is never raised whatever the context error mode, to access it check Context#errors.

Constructors

new(var_name : String)
Source