Exception: Nanoc3::Errors::NoMatchingRoutingRuleFound
- StandardError
- Nanoc3::Errors::Generic
- Nanoc3::Errors::NoMatchingRoutingRuleFound
Error that is raised when no routing rule that can be applied to the current item can be found.
Constructor Summary
public
initialize(rep)
[View source]
79 80 81 |
# File 'lib/nanoc3/base/errors.rb', line 79 def initialize(rep) super("No routing rules were found for the '#{rep.item.identifier}' item (rep '#{rep.name}').") end |