Class: Nanoc::RuleDSL::ActionSequenceCalculator::UnsupportedObjectTypeException Private

Inherits:
Error
  • Object
show all
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

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