dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
TOMLException
toml
toml
Exception thrown on generic TOML errors.
class
TOMLException : Exception {
this
(string message, string file, size_t line);
}
Constructors
this
this
(string message, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
toml
toml
classes
TOMLException
TOMLParserException
enums
TOMLOptions
TOML_TYPE
functions
parseTOML
structs
TOMLDocument
TOMLValue
Exception thrown on generic TOML errors.