klyn.ValueException.ValueException
constructor
public ValueException(message as String = "Invalid value"):
Description

Creates an exception describing an invalid value.

Parameters
ParameterDescription
messageDescription of the invalid value.
Example
error = ValueException("shape dimensions must be > 0")
println(error.message)