inilike v0.5.0 (2016-03-20T15:02:38Z)
Dub
Repo
IniLikeException.this
inilike
file
IniLikeException
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
Source
See Implementation
inilike
file
IniLikeException
constructors
this
functions
fileName
lineIndex
lineNumber
Create IniLikeException with msg, lineNumber and fileName.