Lmdb::NotFoundException
Inherits Exception / Reference / Object
#No matching key/data pair found.
Normally py-lmdb indicates a missing key by returning None, or a
user-supplied default value, however LMDB may return this error where
py-lmdb does not know to convert it into a non-exceptional return.
when LibLmdb::MDB_NAME = 'MDB_NOTFOUND'