Methods

Class/Module Index [+]

Quicksearch

Nanoc3::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 [Nanoc3::Item] item The item for which no routing rule could be found

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.