Exception: SnapSearch::ConnectionException

Inherits:
Exception
  • Object
show all
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

Constructor Details

#initializeConnectionException

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