Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
csv2
v0.2.0
CSV2
Builder
Quoting
Row
Error
Lexer
MalformedCSVError
Parser
Row
Token
Kind
Built with Crystal 1.9.2
2023-10-08 13:43:40 UTC
class
CSV2::MalformedCSVError
CSV2::MalformedCSVError
CSV2::Error
Exception
Reference
Object
Overview
Raised when an error is encountered during CSV parsing.
Defined in:
csv/error.cr
Constructors
.new
(message, line_number : Int32, column_number : Int32)
Instance Method Summary
#column_number
: Int32
#line_number
: Int32
Constructor Detail
def self.
new
(message, line_number : Int32, column_number : Int32)
#
[
View source
]
Instance Method Detail
def
column_number
: Int32
#
[
View source
]
def
line_number
: Int32
#
[
View source
]