Exception: SnapSearch::ConnectionError

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

Constructor Details

#initializeConnectionError

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