class Nanoc::Int::Errors::NoMatchingRoutingRuleFound
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::Int::ItemRep] rep The item repiresentation for which no
routing rule could be found
Calls superclass method
# File lib/nanoc/base/errors.rb, line 88 def initialize(rep) super("No routing rules were found for the “#{rep.item.identifier}” item (rep “#{rep.name}”).") end