Exception: Nanoc::Core::Filter::UnknownFilterError

Inherits:
Error
  • Object
show all
Includes:
ContractsSupport
Defined in:
lib/nanoc/core/filter.rb

Instance Method Summary collapse

Methods included from ContractsSupport

enabled?, included, setup_once, warn_about_performance

Constructor Details

#initialize(filter_name) ⇒ UnknownFilterError

Returns a new instance of UnknownFilterError.



41
42
43
# File 'lib/nanoc/core/filter.rb', line 41

def initialize(filter_name)
  super("The requested filter, “#{filter_name}”, does not exist.")
end