lib/nanoc/base/errors.rb in nanoc-4.11.11 vs lib/nanoc/base/errors.rb in nanoc-4.11.12

- old
+ new

@@ -148,15 +148,9 @@ def initialize(identifier) super("You cannot get the parent or children of an item that has a “full” identifier (#{identifier}). Getting the parent or children of an item is only possible for items that have a legacy identifier.") end end - class UndefinedFilterForLayout < Generic - def initialize(layout) - super("There is no filter defined for the layout #{layout.identifier}") - end - end - class AmbiguousMetadataAssociation < Generic def initialize(content_filenames, meta_filename) super("There are multiple content files (#{content_filenames.sort.join(', ')}) that could match the file containing metadata (#{meta_filename}).") end end