Class
The error thrown when the parser encounters illegal CSV
formatting.
Attributes
Read
No documentation available
Read
No documentation available
Class Methods
lib/csv.rb
View on GitHub
# File tmp/rubies/ruby-3.0.5/lib/csv.rb, line 832
def initialize(message, line_number)
@line_number = line_number
super("#{message} in line #{line_number}.")
end
No documentation available