RHC::Rest::ConnectionException
# File lib/rhc/rest.rb, line 115 def on_connect? @nested.is_a? HTTPClient::ConnectTimeoutError end
# File lib/rhc/rest.rb, line 112 def on_receive? @nested.is_a? HTTPClient::ReceiveTimeoutError end
# File lib/rhc/rest.rb, line 118 def on_send? @nested.is_a? HTTPClient::SendTimeoutError end
# File lib/rhc/rest.rb, line 107 def initialize(message, nested=nil) super(message) @nested = nested end
[Validate]
Generated with the Darkfish Rdoc Generator 2.