Exception: Cosmos::TableManagerCore::NoTableError

Inherits:
CoreError show all
Defined in:
lib/cosmos/tools/table_manager/table_manager_core.rb

Overview

Raised when there is no table in the current configuration

Instance Method Summary collapse

Instance Method Details

#messageString

Returns Error message.

Returns:



31
32
33
# File 'lib/cosmos/tools/table_manager/table_manager_core.rb', line 31

def message
  "Table does not exist in current configuration"
end