Class: SODA::Exceptions::ReadTimeout

Inherits:
Timeout
  • Object
show all
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

#initialize

Constructor Details

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

Instance Method Details

#default_messageObject



180
181
182
# File 'lib/soda/exceptions.rb', line 180

def default_message
  'Timed out reading data from server'
end