dini ~master (2016-10-02T14:00:10Z)
Dub
Repo
INIException
dini
reader
Thrown when an parsing error occurred.
class
INIException : Exception {
this
(string msg, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, Throwable next)
Undocumented in source.
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
dini
reader
aliases
StrictINIReader
UniversalINIReader
classes
INIException
enums
INIFlags
INIToken
structs
INIBlockDef
INIFormatDescriptor
INIReader
INIReaderKey
variables
StrictINIFormat
UniversalINIFormat
Thrown when an parsing error occurred.