Exception: Chillout::HttpClient::NotSent
- Inherits:
-
StandardError
- Object
- StandardError
- Chillout::HttpClient::NotSent
- 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) ⇒ NotSent
constructor
A new instance of NotSent.
Constructor Details
#initialize(original_exception) ⇒ NotSent
Returns a new instance of NotSent.
9 10 11 |
# File 'lib/chillout/server_side/http_client.rb', line 9 def initialize(original_exception) @original_exception = original_exception end |
Instance Attribute Details
#original_exception ⇒ Object (readonly)
Returns the value of attribute original_exception.
8 9 10 |
# File 'lib/chillout/server_side/http_client.rb', line 8 def original_exception @original_exception end |