public TOMLWriteException(message as String = "Value cannot be represented as TOML"):
Creates a TOML serialization error.
| Parameter | Description |
|---|---|
message | Description of the unsupported value. |
error = TOMLWriteException("TOML cannot represent null")
print(error.message)