Class: Nanoc::RuleDSL::ActionSequenceCalculator::UnsupportedObjectTypeException Private
- Inherits:
-
Error
- Object
- Nanoc::RuleDSL::ActionSequenceCalculator::UnsupportedObjectTypeException
- 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(obj) ⇒ UnsupportedObjectTypeException
constructor
private
A new instance of UnsupportedObjectTypeException.
Constructor Details
#initialize(obj) ⇒ UnsupportedObjectTypeException
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 UnsupportedObjectTypeException.
6 7 8 |
# File 'lib/nanoc/rule_dsl/action_sequence_calculator.rb', line 6 def initialize(obj) super("Do not know how to calculate the action sequence for #{obj.inspect}") end |