Exception: Chillout::HttpClient::NotSent

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chillout/server_side/http_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_exceptionObject (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