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

Class Exception

src/ipc/exception.h:13–17  ·  view source on GitHub ↗

Exception class thrown when a call to remote method fails due to an IPC error, like a socket getting disconnected.

Source from the content-addressed store, hash-verified

11//! Exception class thrown when a call to remote method fails due to an IPC
12//! error, like a socket getting disconnected.
13class Exception : public std::runtime_error
14{
15public:
16 using std::runtime_error::runtime_error;
17};
18} // namespace ipc
19
20#endif // BITCOIN_IPC_EXCEPTION_H

Callers 15

get_bitcoin_commitsFunction · 0.85
get_elements_commitsFunction · 0.85
get_merged_commitsFunction · 0.85
check_commitFunction · 0.85
assets_tutorial.pyFile · 0.85
sync_allFunction · 0.85
get_raw_ecdh_keyMethod · 0.85
process_raw_issuanceFunction · 0.85
run_testMethod · 0.85
run_testMethod · 0.85
select_unblinded_utxoMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_mempool_syncMethod · 0.68