Exception: Nanoc::RuleDSL::RuleMemoryCalculator::NoRuleMemoryForLayoutException Private
- Inherits:
-
Error
- Object
- StandardError
- Error
- Nanoc::RuleDSL::RuleMemoryCalculator::NoRuleMemoryForLayoutException
- 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(layout) ⇒ NoRuleMemoryForLayoutException
constructor
private
A new instance of NoRuleMemoryForLayoutException.
Constructor Details
#initialize(layout) ⇒ NoRuleMemoryForLayoutException
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 NoRuleMemoryForLayoutException.
16 17 18 |
# File 'lib/nanoc/rule_dsl/rule_memory_calculator.rb', line 16 def initialize(layout) super("There is no layout rule specified for #{layout.inspect}") end |