The error thrown when the parser encounters invalid encoding in CSV.
Attributes
Read
No documentation available
Class Methods
3.3
View on GitHub
# File tmp/rubies/ruby-3.3.0/lib/csv.rb, line 852
def initialize(encoding, line_number)
@encoding = encoding
super("Invalid byte sequence in #{encoding}", line_number)
end
No documentation available