Exception: 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
Generated on Sunday, August 09 2009 at 01:43:08 PM by YARD 0.2.3.2 (ruby-1.8.7).