WiscDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
no_such_key_found_exception.h
00001 
00008 #pragma once
00009 
00010 #include <string>
00011 
00012 #include "wiscdb_exception.h"
00013 
00014 namespace wiscdb {
00015 
00020 class NoSuchKeyFoundException : public WiscDbException {
00021  public:
00025   NoSuchKeyFoundException();
00026 };
00027 
00028 }
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends