Exception: SocialMedia::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/social_media/errors.rb

Constant Summary collapse

Unauthorized =
Unauthorized

Instance Attribute Summary collapse

Instance Attribute Details

#wrapped_exceptionObject

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