Module pyfreedb.kv.base
Classes
class KeyNotFoundError (*args, **kwargs)
-
Expand source code
class KeyNotFoundError(Exception): """Will be raised if the key is not found in the store."""
Will be raised if the key is not found in the store.
Ancestors
- builtins.Exception
- builtins.BaseException