Raised on invalid TOML strings.
Constructors
new(message, line_number :
Int32, column_number :
Int32)
Creates a ParseException with the given message, line number and column number.
SourceInstance methods
column_number
The column number where the invalid TOML was detected.
Sourceline_number
The line number where the invalid TOML was detected.
Source