IniLikeException.this

Create IniLikeException with msg, lineNumber and fileName.

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

Meta