inilike ~master (2021-09-27T18:58:46Z)
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.