public KeyException(message as String = "Key not found"):
Creates a key lookup exception.
message
error = KeyException("Key not found") println(error.message)