inilike v1.1.0 (2017-10-23T16:32:25Z)
Dub
Repo
IniLikeReadException.this
inilike
exception
IniLikeReadException
Create
IniLikeReadException
with msg, lineNumber and fileName.
class
IniLikeReadException
pure nothrow @
safe
this
(
string
msg
,
size_t
lineNumber
,
string
fileName
= null
,
IniLikeEntryException
entryException
= null
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
Meta
Source
See Implementation
inilike
exception
IniLikeReadException
constructors
this
functions
entryException
fileName
lineIndex
lineNumber
Create IniLikeReadException with msg, lineNumber and fileName.