Exception: MinimalistODS::FileNotClosed

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

Instance Method Summary collapse

Constructor Details

#initializeFileNotClosed

Returns a new instance of FileNotClosed.



130
131
132
# File 'lib/minimalist_ods.rb', line 130

def initialize
  super('The file is still opened')
end