class Liquid::UndefinedVariable

Overview

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.

Defined in:

liquid/exceptions.cr

Constructors

Constructor methods inherited from class Liquid::InvalidExpression

new(message : String) new

Constructor Detail

def self.new(var_name : String) #

[View source]