Exception: SocialMedia::Error
- Inherits:
-
StandardError
- Object
- StandardError
- SocialMedia::Error
- Defined in:
- lib/social_media/errors.rb
Constant Summary collapse
Instance Attribute Summary collapse
-
#wrapped_exception ⇒ Object
If this exception wraps an underlying exception, the underlying exception is held here.
Instance Attribute Details
#wrapped_exception ⇒ Object
If this exception wraps an underlying exception, the underlying exception is held here.
14 15 16 |
# File 'lib/social_media/errors.rb', line 14 def wrapped_exception @wrapped_exception end |