Exception: Nanoc3::Errors::NoMatchingCompilationRuleFound

Error that is raised when no compilation rule that can be applied to the current item can be found.

Constructor Summary

public initialize(rep)
[View source]


71
72
73
# File 'lib/nanoc3/base/errors.rb', line 71

def initialize(rep)
  super("No compilation rules were found for the '#{rep.item.identifier}' item (rep '#{rep.name}').")
end
Generated on Sunday, August 09 2009 at 01:43:10 PM by YARD 0.2.3.2 (ruby-1.8.7).