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