Exception: Nanoc3::Errors::NoMatchingCompilationRuleFound
- Inherits:
-
Generic
- Object
- StandardError
- Generic
- Nanoc3::Errors::NoMatchingCompilationRuleFound
- Defined in:
- lib/nanoc3/base/errors.rb
Overview
Error that is raised when no compilation rule that can be applied to the current item can be found.
Instance Method Summary (collapse)
-
- (NoMatchingCompilationRuleFound) initialize(item)
constructor
could be found.
Constructor Details
- (NoMatchingCompilationRuleFound) initialize(item)
could be found
106 107 108 |
# File 'lib/nanoc3/base/errors.rb', line 106 def initialize(item) super("No compilation rules were found for the “#{item.identifier}” item.".make_compatible_with_env) end |