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

Class InvalidAddrManVersionError

src/addrman.h:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <vector>
19
20class InvalidAddrManVersionError : public std::ios_base::failure
21{
22public:
23 InvalidAddrManVersionError(std::string msg) : std::ios_base::failure(msg) { }
24};
25
26class AddrManImpl;
27

Callers 1

UnserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected