Class: Nanoc::RuleDSL::ActionSequenceCalculator::NoActionSequenceForLayoutException Private
- Inherits:
-
Error
- Object
- Nanoc::RuleDSL::ActionSequenceCalculator::NoActionSequenceForLayoutException
- Defined in:
- lib/nanoc/rule_dsl/action_sequence_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) ⇒ NoActionSequenceForLayoutException
constructor
private
A new instance of NoActionSequenceForLayoutException.
Constructor Details
#initialize(layout) ⇒ NoActionSequenceForLayoutException
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 NoActionSequenceForLayoutException.
12 13 14 |
# File 'lib/nanoc/rule_dsl/action_sequence_calculator.rb', line 12 def initialize(layout) super("There is no layout rule specified for #{layout.inspect}") end |