BadgerDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
no_such_key_found_exception.h
1 
8 #pragma once
9 
10 #include <string>
11 
12 #include "badgerdb_exception.h"
13 
14 namespace badgerdb {
15 
21  public:
26 };
27 
28 }
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...