class Nanoc::Core::CompilationContext::UndefinedFilterForLayoutError

Public Class Methods

new(layout) click to toggle source
Calls superclass method
# File lib/nanoc/core/compilation_context.rb, line 20
def initialize(layout)
  super("There is no filter defined for the layout #{layout.identifier}")
end