Exception: Pebblebed::HttpTransportError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pebblebed/http.rb

Direct Known Subclasses

HttpSocketError, HttpTimeoutError

Instance Method Summary collapse

Constructor Details

#initialize(e = nil) ⇒ HttpTransportError

Returns a new instance of HttpTransportError.



38
39
40
41
# File 'lib/pebblebed/http.rb', line 38

def initialize(e = nil)
  super e
  set_backtrace e.backtrace if e
end