class RestClient::Exceptions::ReadTimeout

Timeout when reading from a server. Typically wraps Net::ReadTimeout (in ruby 2.0 or greater).

Public Instance Methods

default_message() click to toggle source
# File lib/restclient/exceptions.rb, line 221
def default_message
  'Timed out reading data from server'
end