Exception: Droonga::Searcher::CyclicSource

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

#initialize(queries) ⇒ CyclicSource

Returns a new instance of CyclicSource.



50
51
52
53
# File 'lib/droonga/searcher.rb', line 50

def initialize(queries)
  super("There is cyclic reference of sources.",
        queries)
end