class

CSV::MalformedCSVError

Inherits CSV::Error / Exception / Reference / Object

Raised when an error is encountered during CSV parsing.

Constructors

new(message : String, line_number : Int32, column_number : Int32)
Source

Instance methods

column_number
Source
line_number
Source