Class: RestClient::Exceptions::ReadTimeout
- 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
Constructor Details
This class inherits a constructor from RestClient::Exceptions::Timeout
Instance Method Details
#default_message ⇒ Object
221 222 223 |
# File 'lib/restclient/exceptions.rb', line 221 def 'Timed out reading data from server' end |