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

Class scriptnum10_error

src/test/scriptnum10.h:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <vector>
15
16class scriptnum10_error : public std::runtime_error
17{
18public:
19 explicit scriptnum10_error(const std::string& str) : std::runtime_error(str) {}
20};
21
22class CScriptNum10
23{

Callers 1

CScriptNum10Method · 0.85

Calls

no outgoing calls

Tested by 1

CScriptNum10Method · 0.68