src/pylib/pyerrors/lkuperr

Search:
Group by:
Source   Edit  

Types

LookupError = object of CatchableError
Warning: Python's KeyError inherits LookupError,

but Nim's doesn't, but inherits ValueError instead.

Source   Edit