TomlUnsupportedException

Thrown by parseToml when encountering TOML features not yet supported by the library.

See Also: TomlDecodingException

Constructors

this
this(string msg, string file, size_t line, Throwable nextInChain)
this(string msg, Throwable nextInChain, string file, size_t line)

See TomlDecodingException.this()

Meta