Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
static const size_t DBWRAPPER_PREALLOC_VALUE_SIZE = 1024;
21
22
class dbwrapper_error : public std::runtime_error
23
{
24
public:
25
explicit dbwrapper_error(const std::string& msg) : std::runtime_error(msg) {}
26
};
27
28
class CDBWrapper;
29
Callers
1
HandleError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected