8 #include "hash_not_found_exception.h"
18 ss <<
"The hash value is not present in the hash table for file: " <<
name <<
"page: " <<
pageNo;
Base class for all BadgerDB-specific exceptions.
std::uint32_t PageId
Identifier for a page in a file.
HashNotFoundException(const std::string &nameIn, PageId pageNoIn)