Class: Droonga::Plugins::CRUD::Handler::UnknownTable

Inherits:
NotFound
  • Object
show all
Defined in:
lib/droonga/plugins/crud.rb

Instance Method Summary collapse

Constructor Details

#initialize(table_name) ⇒ UnknownTable

Returns a new instance of UnknownTable.



67
68
69
# File 'lib/droonga/plugins/crud.rb', line 67

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