MCPcopy Create free account
hub / github.com/ElementsProject/elements / dbwrapper_error

Class dbwrapper_error

src/dbwrapper.h:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20static const size_t DBWRAPPER_PREALLOC_VALUE_SIZE = 1024;
21
22class dbwrapper_error : public std::runtime_error
23{
24public:
25 explicit dbwrapper_error(const std::string& msg) : std::runtime_error(msg) {}
26};
27
28class CDBWrapper;
29

Callers 1

HandleErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected