Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Exception.tests.cpp
File · 0.85
Calls
1
CustomException
Class · 0.85
Tested by
no test coverage detected