Exception: Nanoc::Errors::NoMatchingCompilationRuleFound
- Inherits:
-
Generic
- Object
- StandardError
- Generic
- Nanoc::Errors::NoMatchingCompilationRuleFound
- Defined in:
- lib/nanoc/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
A new instance of NoMatchingCompilationRuleFound.
Constructor Details
- (NoMatchingCompilationRuleFound) initialize(item)
Returns a new instance of NoMatchingCompilationRuleFound
95 96 97 |
# File 'lib/nanoc/base/errors.rb', line 95 def initialize(item) super("No compilation rules were found for the “#{item.identifier}” item.") end |