Class: RestMan::Exceptions::WriteTimeout
- Defined in:
- lib/restman/exceptions/timeout.rb
Overview
Timeout when writing to a server. Typically wraps Net::WriteTimeout
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
32 33 34 |
# File 'lib/restman/exceptions/timeout.rb', line 32 def 'Timed out writing data to server' end |