MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ExceptionType

Enum ExceptionType

CppCoverage/IDebugEventsHandler.hpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 {
27 public:
28 enum class ExceptionType
29 {
30 BreakPoint,
31 InvalidBreakPoint,
32 NotHandled,
33 Error,
34 CppError
35 };
36
37 IDebugEventsHandler() = default;
38 virtual ~IDebugEventsHandler() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected