Exception: ToFactory::CannotInferClass

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/to_factory/klass_inference.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ CannotInferClass

Returns a new instance of CannotInferClass.



3
4
5
# File 'lib/to_factory/klass_inference.rb', line 3

def initialize(message)
  super message.inspect
end