IniLikeException

Exception thrown on the file read error.

Constructors

this
this(string msg, size_t lineNumber, string file, size_t line, Throwable next)
Undocumented in source.

Members

Functions

lineNumber
size_t lineNumber()

Number of line in the file where the exception occured, starting from 1. Don't be confused with line property of Throwable.

Meta