Exception: Cosmos::TableManagerCore::NoTableError
- 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
-
#message ⇒ String
Error message.
Instance Method Details
#message ⇒ String
Returns Error message.
45 46 47 |
# File 'lib/cosmos/tools/table_manager/table_manager_core.rb', line 45 def 'Table does not exist in current configuration' end |