Exception: Droonga::AddHandler::UnknownTable

Inherits:
NotFound show all
Defined in:
lib/droonga/plugin/handler/add.rb

Instance Attribute Summary

Attributes inherited from MessageProcessingError

#detail, #message

Instance Method Summary collapse

Methods inherited from NotFound

#status_code

Methods inherited from MessageProcessingError

#name, #response_body, #status_code

Constructor Details

#initialize(table_name) ⇒ UnknownTable

Returns a new instance of UnknownTable.



41
42
43
# File 'lib/droonga/plugin/handler/add.rb', line 41

def initialize(table_name)
  super("The table #{table_name.inspect} does not exist in the dataset.")
end