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

Class RLPException

src/cpp-ethereum/libdevcore/Exceptions.h:51–51  ·  view source on GitHub ↗

Base class for all RLP exceptions.

Source from the content-addressed store, hash-verified

49
50/// Base class for all RLP exceptions.
51struct RLPException: virtual Exception { RLPException(std::string _message = std::string()): Exception(_message) {} };
52#define DEV_SIMPLE_EXCEPTION_RLP(X) struct X: virtual RLPException { const char* what() const noexcept override { return #X; } }
53
54DEV_SIMPLE_EXCEPTION_RLP(BadCast);

Callers 5

noteAppendedMethod · 0.85
RLP.cppFile · 0.85
pushCountMethod · 0.85
RLPStreamClass · 0.85
swapOutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected