The error thrown when the parser encounters illegal CSV formatting.
CSV
Source: show | on GitHub
# File ruby/lib/csv.rb, line 843 def initialize(message, line_number) @line_number = line_number super("#{message} in line #{line_number}.") end