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