Exception: JOR::TypeNotSupported
- Defined in:
- lib/jor/errors.rb
Instance Method Summary collapse
-
#initialize(class_name) ⇒ TypeNotSupported
constructor
A new instance of TypeNotSupported.
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 |