Module pyfreedb.kv.base

Classes

class KeyNotFoundError (*args, **kwargs)

Will be raised if the key is not found in the store.

Expand source code
class KeyNotFoundError(Exception):
    """Will be raised if the key is not found in the store."""

Ancestors

  • builtins.Exception
  • builtins.BaseException