Class: Nanoc::RuleDSL::ActionSequenceCalculator::NoActionSequenceForItemRepException Private
- Inherits:
-
Error
- Object
- Nanoc::RuleDSL::ActionSequenceCalculator::NoActionSequenceForItemRepException
- 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(item) ⇒ NoActionSequenceForItemRepException
constructor
private
A new instance of NoActionSequenceForItemRepException.
Constructor Details
#initialize(item) ⇒ NoActionSequenceForItemRepException
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 NoActionSequenceForItemRepException.
18 19 20 |
# File 'lib/nanoc/rule_dsl/action_sequence_calculator.rb', line 18 def initialize(item) super("There is no compilation rule specified for #{item.inspect}") end |