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 [Nanoc::ItemRep] rep The item repiresentation for which no
routing rule could be found
# File lib/nanoc/base/errors.rb, line 106definitialize(rep)
super("No routing rules were found for the “#{rep.item.identifier}” item (rep “#{rep.name}”).")
end