inilike ~master (2022-05-11T02:10:15.1791871)
Dub
Repo
IniLikeException
inilike
exception
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
exception
classes
IniLikeEntryException
IniLikeException
IniLikeGroupException
IniLikeReadException
Base class for ini-like format errors.