12 #include "badgerdb_exception.h"
Base class for all BadgerDB-specific exceptions.
An exception that is thrown when a file operation is requested for a filename that doesn't exist...
const std::string & filename_
virtual const std::string & filename() const
FileNotFoundException(const std::string &name)