Exception: MinimalistODS::TableNotOpened
- Inherits:
-
MinimalistOODSError
- Object
- StandardError
- MinimalistOODSError
- MinimalistODS::TableNotOpened
- Defined in:
- lib/minimalist_ods.rb
Instance Method Summary collapse
-
#initialize ⇒ TableNotOpened
constructor
A new instance of TableNotOpened.
Constructor Details
#initialize ⇒ TableNotOpened
Returns a new instance of TableNotOpened.
118 119 120 |
# File 'lib/minimalist_ods.rb', line 118 def initialize super('Currently, there is not table opened') end |