class RestClient::Exceptions::OpenTimeout

Timeout when connecting to a server. Typically wraps Net::OpenTimeout (in ruby 2.0 or greater).

Public Instance Methods

default_message() click to toggle source
# File lib/restclient/exceptions.rb, line 213
def default_message
  'Timed out connecting to server'
end