klyn.io.toml.TOMLParseException.line
property
public readonly property line as Int:
Description

One-based line where parsing failed.

Example
error = TOMLParseException("Invalid key", 4, 2)
assert error.line == 4