Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ CalledProcessError
Method
CalledProcessError
src/util/subprocess.h:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
public:
142
int retcode;
143
CalledProcessError(const std::string& error_msg, int retcode):
144
std::runtime_error(error_msg), retcode(retcode)
145
{}
146
};
147
148
Callers
1
send_cli
Method · 0.80
Calls
no outgoing calls
Tested by
1
send_cli
Method · 0.64