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