IniLikeReadException.this

Create IniLikeReadException with msg, lineNumber and fileName.

class IniLikeReadException
pure nothrow @safe
this
(
string msg
,
size_t lineNumber
,
string fileName = null
,,
string file = __FILE__
,
size_t line = __LINE__
,
Throwable next = null
)

Meta