Exception: Pebblebed::HttpTransportError
- Inherits:
-
StandardError
- Object
- StandardError
- Pebblebed::HttpTransportError
- Defined in:
- lib/pebblebed/http.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(e = nil) ⇒ HttpTransportError
constructor
A new instance of HttpTransportError.
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 |