Methods

Class/Module Index [+]

Quicksearch

Nanoc::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::ItemRep] rep The item repiresentation for which no

routing rule could be found
# File lib/nanoc/base/errors.rb, line 106
def initialize(rep)
  super("No routing rules were found for the “#{rep.item.identifier}” item (rep “#{rep.name}”).")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.