Exception: Cosmos::TableManagerCore::NoConfigError
- Defined in:
- lib/cosmos/tools/table_manager/table_manager_core.rb
Overview
Raised when there is no current table configuration
Instance Method Summary collapse
-
#message ⇒ String
Error message.
Instance Method Details
#message ⇒ String
Returns Error message.
37 38 39 |
# File 'lib/cosmos/tools/table_manager/table_manager_core.rb', line 37 def 'No current table configuration' end |