KeyNotFound type
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
h = {} echo(h["a"]) # ... Exception of type KeyNotFound ...