inilike v0.7.0 (2016-05-17T21:06:17Z)
Dub
Repo
IniLikeException
inilike
file
Base class for ini-like format errors.
class
IniLikeException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Meta
Source
See Implementation
inilike
file
classes
IniLikeEntryException
IniLikeException
IniLikeFile
IniLikeGroup
IniLikeReadException
structs
IniLikeLine
Base class for ini-like format errors.