BadgerDB
 All Classes Namespaces Functions Variables Typedefs Friends Pages
buffer_exceeded_exception.h
1 
8 #pragma once
9 
10 #include <string>
11 
12 #include "badgerdb_exception.h"
13 
14 namespace badgerdb {
15 
20  public:
24  explicit BufferExceededException();
25 };
26 
27 }
Base class for all BadgerDB-specific exceptions.
An exception that is thrown when buffer capacity is exceeded.