MCPcopy 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
60class dbwrapper_error : public std::runtime_error
61{
62public:
63 explicit dbwrapper_error(const std::string& msg) : std::runtime_error(msg) {}
64};
65
66class CDBWrapper;
67

Callers 1

HandleErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected