Exception: Rest::Wrappers::ExconExceptionWrapper
- Inherits:
-
ClientError
- Object
- StandardError
- RestError
- ClientError
- Rest::Wrappers::ExconExceptionWrapper
- Defined in:
- lib/rest/wrappers/excon_wrapper.rb
Instance Method Summary collapse
-
#initialize(ex) ⇒ ExconExceptionWrapper
constructor
A new instance of ExconExceptionWrapper.
Constructor Details
#initialize(ex) ⇒ ExconExceptionWrapper
Returns a new instance of ExconExceptionWrapper.
7 8 9 10 |
# File 'lib/rest/wrappers/excon_wrapper.rb', line 7 def initialize(ex) super(ex.) @ex = ex end |