Exception: Hg::ApiAiClient::QueryError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hg/api_ai_client.rb

Instance Method Summary collapse

Constructor Details

#initializeQueryError

Returns a new instance of QueryError.



7
8
9
# File 'lib/hg/api_ai_client.rb', line 7

def initialize
  super('There was a problem with the API.ai query.')
end