Exception: Probe::ColumnError

Inherits:
LintingError show all
Defined in:
lib/csv/probe/checks.rb

Overview

Linting error in CSV::Column, if the rule applies to a single column of a row

Instance Method Summary collapse

Constructor Details

#initialize(msg = "CheckColumnError") ⇒ ColumnError

Returns a new instance of ColumnError.



26
27
28
# File 'lib/csv/probe/checks.rb', line 26

def initialize(msg = "CheckColumnError")
  super
end