Exception: CSVPlusPlus::Error::WriterError
- Extended by:
- T::Sig
- Defined in:
- lib/csv_plus_plus/error/writer_error.rb
Overview
An error that can be thrown when writing a spreadsheet
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from CSVPlusPlus::Error::Error
Instance Method Details
#error_message ⇒ ::String
12 13 14 |
# File 'lib/csv_plus_plus/error/writer_error.rb', line 12 def "Error writing csvpp template: #{message}" end |