Class: RestMan::Exceptions::ReadTimeout

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

Overview

Timeout when reading from a server. Typically wraps Net::ReadTimeout

Instance Method Summary collapse

Methods inherited from Timeout

#initialize

Constructor Details

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

Instance Method Details

#default_messageObject



25
26
27
# File 'lib/restman/exceptions/timeout.rb', line 25

def default_message
  'Timed out reading data from server'
end