Exception: JOR::TypeNotSupported

Inherits:
Error
  • Object
show all
Defined in:
lib/jor/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(class_name) ⇒ TypeNotSupported

Returns a new instance of TypeNotSupported.



13
14
15
# File 'lib/jor/errors.rb', line 13

def initialize(class_name)
  super %(Type #{class_name} not supported)
end