MCPcopy 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
19namespace boost {
20void throw_exception(std::exception const& ex) { // NOLINT(readability-identifier-naming)
21 SC_ASSERT_FAIL(ex.what());
22 std::abort();
23}
24} // namespace boost
25
26namespace Valdi {

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected