Types

KeyNotFound

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

Parent types

Example

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