inilike v1.1.0 (2017-10-23T16:32:25Z)
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.