KeyNotFound type

Represents an error of accessing non-existent key in a hash.

Example

h = {}
echo(h["a"])
# ... Exception of type KeyNotFound ...

Direct parent types

LookupFail
Represents an error of accessing non-existent element of a collection.
Direct subtypes: 5