TomlDuplicateNameException

Thrown by parseToml if the given TOML declares the same key or table twice.

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