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

Creates a key lookup exception.

Parameters
  • message Description of the missing key. ``` error = KeyException("Key not found") println(error.message) ```