Class: RestClient::Exceptions::ReadTimeout

Inherits:
Timeout
  • Object
show all
Defined in:
lib/restclient/exceptions.rb

Overview

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

Instance Method Summary collapse

Methods inherited from Timeout

#initialize

Constructor Details

This class inherits a constructor from RestClient::Exceptions::Timeout

Instance Method Details

#default_messageObject



221
222
223
# File 'lib/restclient/exceptions.rb', line 221

def default_message
  'Timed out reading data from server'
end