class Liquid::UndefinedFilter

Overview

Error generated when a filter used in a template doesn't exists.

This exception is only raised in Context::ErrorMode::Strict error mode.

Defined in:

liquid/exceptions.cr

Constructors

Constructor methods inherited from class Liquid::InvalidExpression

new(message : String) new

Constructor Detail

def self.new(filter_name : String) #

[View source]