toml-foolery ~master (2021-11-04T13:35:56Z)
Dub
Repo
TomlDecodingException
toml_foolery
decode
exceptions
Thrown by
parseToml
if the given data is in any way invalid.
class
TomlDecodingException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
this
(string msg, Throwable nextInChain, string file, size_t line)
See
Exception.this()
Meta
Source
See Implementation
toml_foolery
decode
exceptions
classes
TomlDecodingException
TomlDuplicateNameException
TomlInvalidValueException
TomlSyntaxException
TomlTypeException
TomlUnsupportedException
Thrown by parseToml if the given data is in any way invalid.