Nanoc::Errors::Generic
Error that is raised when no compilation rule that can be applied to the current item can be found.
@param [Nanoc::Item] item The item for which no compilation rule
could be found
# File lib/nanoc/base/errors.rb, line 94 def initialize(item) super("No compilation rules were found for the “#{item.identifier}” item.") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.