RestClient::Exceptions::Timeout
Timeout when connecting to a server. Typically wraps Net::OpenTimeout (in ruby 2.0 or greater).
# File lib/restclient/exceptions.rb, line 213 def default_message 'Timed out connecting to server' end