Exception: SnapSearch::ConnectionException
- Defined in:
- lib/snap_search/connection_exception.rb
Overview
Raised when the Client could not connect to the client’s ‘api_url`.
Instance Method Summary collapse
-
#initialize ⇒ ConnectionException
constructor
Create a new ConnectionException.
Constructor Details
#initialize ⇒ ConnectionException
Create a new ConnectionException.
9 10 11 |
# File 'lib/snap_search/connection_exception.rb', line 9 def initialize super('Could not establish a connection to SnapSearch.') end |