klyn.KeyException.KeyException
constructor
public KeyException(message as String = "Key not found"):
Description

Creates a key lookup exception.

Parameters
ParameterDescription
messageDescription of the missing key.
Example
error = KeyException("Key not found")
println(error.message)