Exception: Chillout::HttpClient::NotReceived
- Inherits:
-
StandardError
- Object
- StandardError
- Chillout::HttpClient::NotReceived
- Defined in:
- lib/chillout/server_side/http_client.rb
Instance Attribute Summary collapse
-
#original_exception ⇒ Object
readonly
Returns the value of attribute original_exception.
Instance Method Summary collapse
-
#initialize(original_exception) ⇒ NotReceived
constructor
A new instance of NotReceived.
Constructor Details
#initialize(original_exception) ⇒ NotReceived
Returns a new instance of NotReceived.
17 18 19 |
# File 'lib/chillout/server_side/http_client.rb', line 17 def initialize(original_exception) @original_exception = original_exception end |
Instance Attribute Details
#original_exception ⇒ Object (readonly)
Returns the value of attribute original_exception.
15 16 17 |
# File 'lib/chillout/server_side/http_client.rb', line 15 def original_exception @original_exception end |