Exception: MinimalistODS::TableNotOpened

Inherits:
MinimalistOODSError show all
Defined in:
lib/minimalist_ods.rb

Instance Method Summary collapse

Constructor Details

#initializeTableNotOpened

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