Exception: Probe::RowError

Inherits:
LintingError show all
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

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