TomlInvalidValueException

Thrown by parseToml if the given TOML contains invalid (but syntactically correct) values.

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