Exception: MinimalistODS::FileClosed

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

Instance Method Summary collapse

Constructor Details

#initializeFileClosed

Returns a new instance of FileClosed.



124
125
126
# File 'lib/minimalist_ods.rb', line 124

def initialize
  super('The file is now closed')
end