TOMLParserException

Exception thrown during the parsing of TOML document.

Constructors

this
this(string message, size_t line, size_t column, string file, size_t _line)
Undocumented in source.

Members

Properties

position
auto position [@property getter]

Gets the position (line and column) where the parsing expection has occured.

Meta