Exception: CSVPlusPlus::Error::CLIError

Inherits:
Error
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/csv_plus_plus/error/cli_error.rb

Overview

An error that represents an invalid CLI option or state

Instance Attribute Summary

Attributes inherited from Error

#wrapped_error

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from CSVPlusPlus::Error::Error

Instance Method Details

#error_messageString

Returns:

  • (String)


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

def error_message
  message
end