Exception: Droonga::Dispatcher::UnknownDataset

Inherits:
ErrorMessages::NotFound show all
Defined in:
lib/droonga/dispatcher.rb

Constant Summary

Constants inherited from ErrorMessages::NotFound

ErrorMessages::NotFound::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(dataset) ⇒ UnknownDataset

Returns a new instance of UnknownDataset.



39
40
41
# File 'lib/droonga/dispatcher.rb', line 39

def initialize(dataset)
  super("Unknown dataset: <#{dataset}>")
end