Exception: Uber::RestClientExceptionWrapper
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Uber::RestClientExceptionWrapper
- Defined in:
- lib/simple_worker/uber_client.rb
Instance Method Summary collapse
-
#initialize(ex) ⇒ RestClientExceptionWrapper
constructor
A new instance of RestClientExceptionWrapper.
Constructor Details
#initialize(ex) ⇒ RestClientExceptionWrapper
Returns a new instance of RestClientExceptionWrapper.
43 44 45 46 |
# File 'lib/simple_worker/uber_client.rb', line 43 def initialize(ex) super(ex.) @ex = ex end |