Exception: CSVPlusPlus::Error::WriterError

Inherits:
Error
  • Object
show all
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 Method Summary collapse

Instance Method Details

#error_message::String

Returns:

  • (::String)


12
13
14
# File 'lib/csv_plus_plus/error/writer_error.rb', line 12

def error_message
  "Error writing template: #{message}"
end