Exception: Medusa::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Medusa::Error
- Defined in:
- lib/medusa/exceptions.rb
Direct Known Subclasses
Storage::CloseError, Storage::ConnectionError, Storage::GenericError, Storage::InsertionError, Storage::RetrievalError
Instance Attribute Summary collapse
-
#wrapped_exception ⇒ Object
Returns the value of attribute wrapped_exception.
Instance Attribute Details
#wrapped_exception ⇒ Object
Returns the value of attribute wrapped_exception.
3 4 5 |
# File 'lib/medusa/exceptions.rb', line 3 def wrapped_exception @wrapped_exception end |