Exception: Droonga::AddHandler::UnknownTable
- Inherits:
-
NotFound
- Object
- StandardError
- MessageProcessingError
- NotFound
- Droonga::AddHandler::UnknownTable
- Defined in:
- lib/droonga/plugin/handler/add.rb
Instance Attribute Summary
Attributes inherited from MessageProcessingError
Instance Method Summary collapse
-
#initialize(table_name) ⇒ UnknownTable
constructor
A new instance of UnknownTable.
Methods inherited from NotFound
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 |