Exception: Probe::ColumnWarning

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "CheckColumnWarning") ⇒ ColumnWarning

Returns a new instance of ColumnWarning.



33
34
35
# File 'lib/csv/probe/checks.rb', line 33

def initialize(msg = "CheckColumnWarning")
  super
end