MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / TerminateException

Class TerminateException

lib/errortypes.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50class TerminateException : public std::runtime_error {
51public:
52 TerminateException() : std::runtime_error("terminate") {}
53};
54
55enum class Certainty : std::uint8_t {
56 normal, inconclusive

Callers 1

valueFlowGenericForwardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected