Class: RestMan::Exceptions::OpenTimeout
- Defined in:
- lib/restman/exceptions/timeout.rb
Overview
Timeout when connecting to a server. Typically wraps Net::OpenTimeout
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
18 19 20 |
# File 'lib/restman/exceptions/timeout.rb', line 18 def 'Timed out connecting to server' end |