MCPcopy Create free account
hub / github.com/LUX-Core/lux / CConnectionFailed

Class CConnectionFailed

src/lux-cli.cpp:59–65  ·  view source on GitHub ↗

Exception thrown on connection error. This error is used to determine when to wait if -rpcwait is given.

Source from the content-addressed store, hash-verified

57// when to wait if -rpcwait is given.
58//
59class CConnectionFailed : public std::runtime_error
60{
61public:
62 explicit inline CConnectionFailed(const std::string& msg) : std::runtime_error(msg)
63 {
64 }
65};
66
67static bool AppInitRPC(int argc, char* argv[])
68{

Callers 2

CallRPCFunction · 0.85
CommandLineRPCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected