Exception: Nanoc::RuleDSL::RuleMemoryCalculator::NoRuleMemoryForItemRepException Private
- Inherits:
-
Error
- Object
- StandardError
- Error
- Nanoc::RuleDSL::RuleMemoryCalculator::NoRuleMemoryForItemRepException
- Defined in:
- lib/nanoc/rule_dsl/rule_memory_calculator.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize(item) ⇒ NoRuleMemoryForItemRepException
constructor
private
A new instance of NoRuleMemoryForItemRepException.
Constructor Details
#initialize(item) ⇒ NoRuleMemoryForItemRepException
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of NoRuleMemoryForItemRepException.
22 23 24 |
# File 'lib/nanoc/rule_dsl/rule_memory_calculator.rb', line 22 def initialize(item) super("There is no compilation rule specified for #{item.inspect}") end |