Class: SODA::Exceptions::OpenTimeout
- Defined in:
- lib/soda/exceptions.rb
Overview
Timeout when connecting to a server. Typically wraps Net::OpenTimeout (in ruby 2.0 or greater).
Instance Method Summary collapse
Methods inherited from Timeout
Constructor Details
This class inherits a constructor from SODA::Exceptions::Timeout
Instance Method Details
#default_message ⇒ Object
172 173 174 |
# File 'lib/soda/exceptions.rb', line 172 def 'Timed out connecting to server' end |