An exception that is thrown when some unexpected error occurs in the hash table. More...
#include <hash_table_exception.h>
Public Member Functions | |
HashTableException () |
An exception that is thrown when some unexpected error occurs in the hash table.
Definition at line 19 of file hash_table_exception.h.
wiscdb::HashTableException::HashTableException | ( | ) | [explicit] |
Constructs a hash table exception.
Definition at line 15 of file hash_table_exception.cpp.