TomlDecodingException

Thrown by parseToml if the given data is in any way invalid.

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