Exception: Rest::Wrappers::NetHttpPersistentExceptionWrapper

Inherits:
ClientError show all
Defined in:
lib/rest/wrappers/net_http_persistent_wrapper.rb

Instance Method Summary collapse

Constructor Details

#initialize(ex) ⇒ NetHttpPersistentExceptionWrapper

Returns a new instance of NetHttpPersistentExceptionWrapper.



7
8
9
10
# File 'lib/rest/wrappers/net_http_persistent_wrapper.rb', line 7

def initialize(ex)
  super(ex.message)
  @ex = ex
end