wisc_db
hash_table_exception.h
1 
8 #pragma once
9 
10 #include <string>
11 
12 #include "wiscdb_exception.h"
13 
14 namespace wiscdb {
15 
20  public:
24  explicit HashTableException();
25 };
26 
27 }
Definition: buffer.h:14
An exception that is thrown when some unexpected error occurs in the hash table.
Base class for all WiscDB-specific exceptions.