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

Class uint_error

src/arith_uint256.h:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class uint256;
16
17class uint_error : public std::runtime_error {
18public:
19 explicit uint_error(const std::string& str) : std::runtime_error(str) {}
20};
21
22/** Template base class for unsigned big integers. */
23template<unsigned int BITS>

Callers 1

arith_uint256.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected