Exception: Droonga::Dispatcher::UnknownType

Inherits:
ErrorMessages::BadRequest show all
Defined in:
lib/droonga/dispatcher.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(type, dataset) ⇒ UnknownType

Returns a new instance of UnknownType.



45
46
47
# File 'lib/droonga/dispatcher.rb', line 45

def initialize(type, dataset)
  super("[#{dataset}] Handler not found for the type: <#{type}>")
end