Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ throw_exception
Function
throw_exception
valdi/src/valdi/runtime/Debugger/BoostAsioUtils.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
namespace boost {
20
void throw_exception(std::exception const& ex) { // NOLINT(readability-identifier-naming)
21
SC_ASSERT_FAIL(ex.what());
22
std::abort();
23
}
24
} // namespace boost
25
26
namespace Valdi {
Callers
nothing calls this directly
Calls
1
what
Method · 0.45
Tested by
no test coverage detected