klyn.io.toml.TOMLWriteException.TOMLWriteException
constructor
public TOMLWriteException(message as String = "Value cannot be represented as TOML"):
Description

Creates a TOML serialization error.

Parameters
ParameterDescription
messageDescription of the unsupported value.
Example
error = TOMLWriteException("TOML cannot represent null")
print(error.message)