BadgerDB
/afs/cs.wisc.edu/u/n/w/nwilliam/private/workspace/Quut/src/exceptions/no_such_key_found_exception.h
00001 
00008 #pragma once
00009 
00010 #include <string>
00011 
00012 #include "badgerdb_exception.h"
00013 
00014 namespace badgerdb {
00015 
00020 class NoSuchKeyFoundException : public BadgerDbException {
00021  public:
00025   NoSuchKeyFoundException();
00026 };
00027 
00028 }
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends