Exception: Droonga::Searcher::NoQuery
- Inherits:
-
BadRequest
- Object
- StandardError
- MessageProcessingError
- BadRequest
- Droonga::Searcher::NoQuery
- Defined in:
- lib/droonga/searcher.rb
Constant Summary
Constants inherited from BadRequest
Constants inherited from MessageProcessingError
MessageProcessingError::STATUS_CODE
Instance Attribute Summary
Attributes inherited from MessageProcessingError
Instance Method Summary collapse
-
#initialize ⇒ NoQuery
constructor
A new instance of NoQuery.
Methods inherited from MessageProcessingError
#name, #response_body, #status_code
Constructor Details
#initialize ⇒ NoQuery
28 29 30 |
# File 'lib/droonga/searcher.rb', line 28 def initialize super("You must specify one or more query.") end |