Class: SODA::Exceptions::ReadTimeout
- Defined in:
- lib/soda/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 SODA::Exceptions::Timeout
Instance Method Details
#default_message ⇒ Object
180 181 182 |
# File 'lib/soda/exceptions.rb', line 180 def 'Timed out reading data from server' end |