Overview
>
klyn
>
KeyException
>
KeyException
Version 0.1.2
Overview
Index
Tree
Deprecated
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) ```