MCPcopy Create free account
hub / github.com/catchorg/Catch2 / throwCustom

Function throwCustom

tests/SelfTest/UsageTests/Exception.tests.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 };
66
67 [[noreturn]] void throwCustom() {
68 throw CustomException("custom exception - not std");
69 }
70
71}
72

Callers 1

Calls 1

CustomExceptionClass · 0.85

Tested by

no test coverage detected