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