Class: RestMan::Exceptions::ReadTimeout
- 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
Constructor Details
This class inherits a constructor from RestMan::Exceptions::Timeout
Instance Method Details
#default_message ⇒ Object
25 26 27 |
# File 'lib/restman/exceptions/timeout.rb', line 25 def 'Timed out reading data from server' end |