Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ dbwrapper_error
Class
dbwrapper_error
src/dbwrapper.h:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
};
59
60
class dbwrapper_error : public std::runtime_error
61
{
62
public:
63
explicit dbwrapper_error(const std::string& msg) : std::runtime_error(msg) {}
64
};
65
66
class CDBWrapper;
67
Callers
1
HandleError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected