Exception: Droonga::Searcher::NoQuery

Inherits:
ErrorMessages::BadRequest show all
Defined in:
lib/droonga/searcher.rb

Constant Summary

Constants inherited from ErrorMessages::BadRequest

ErrorMessages::BadRequest::STATUS_CODE

Constants inherited from ErrorMessage

ErrorMessage::STATUS_CODE

Instance Attribute Summary

Attributes inherited from ErrorMessage

#detail

Instance Method Summary collapse

Methods inherited from ErrorMessage

#name, #response_body, #status_code

Constructor Details

#initializeNoQuery

Returns a new instance of NoQuery.



28
29
30
# File 'lib/droonga/searcher.rb', line 28

def initialize
  super("You must specify one or more query.")
end