Error that is raised when no compilation rule that can be applied to the
current item can be found.
Public Class Methods
new(item)click to toggle source
@param [Nanoc3::Item] item The item for which no compilation rule could be
found
# File lib/nanoc3/base/errors.rb, line 105definitialize(item)
super("No compilation rules were found for the “#{item.identifier}” item.".make_compatible_with_env)
end