Exception: MinimalistODS::FileClosed
- Inherits:
-
MinimalistOODSError
- Object
- StandardError
- MinimalistOODSError
- MinimalistODS::FileClosed
- Defined in:
- lib/minimalist_ods.rb
Instance Method Summary collapse
-
#initialize ⇒ FileClosed
constructor
A new instance of FileClosed.
Constructor Details
#initialize ⇒ FileClosed
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 |