Exception: Probe::RowWarning
- Inherits:
-
LintingError
- Object
- StandardError
- Error
- LintingError
- Probe::RowWarning
- Defined in:
- lib/csv/probe/checks.rb
Overview
Linting warning in CSV::Row, if the rule applies to multiple columns of a row
Instance Method Summary collapse
-
#initialize(msg = "CheckRowWarning") ⇒ RowWarning
constructor
A new instance of RowWarning.
Constructor Details
#initialize(msg = "CheckRowWarning") ⇒ RowWarning
Returns a new instance of RowWarning.
19 20 21 |
# File 'lib/csv/probe/checks.rb', line 19 def initialize(msg = "CheckRowWarning") super end |