Exception: Nanoc3::Errors::NoMatchingCompilationRuleFound
- StandardError
- Nanoc3::Errors::Generic
- 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 |