dlangui v0.9.182 (2018-11-26T09:11:32Z)
Home
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
IniLikeGroupException
IniLikeReadException
structs
IniLikeLine
ListMap
Base class for ini-like format errors.