dlangui v0.9.186 (2020-07-29T06:28:30Z)
Home
Dub
Repo
IniLikeReadException.this
inilike
file
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
file
IniLikeReadException
constructors
this
functions
entryException
fileName
lineIndex
lineNumber
Create IniLikeReadException with msg, lineNumber and fileName.