RestClient::Exceptions::Timeout
Timeout when reading from a server. Typically wraps Net::ReadTimeout (in ruby 2.0 or greater).
# File lib/restclient/exceptions.rb, line 221 def default_message 'Timed out reading data from server' end