TomlEncodingException

Thrown by tomlify if given data cannot be encoded in a way that adheres to the TOML spec.

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