Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ catch
Function
catch
tests/include/catch.hpp:13575–13578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13573
}
13574
#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
13575
catch( std::exception& ex ) {
13576
Catch::cerr() << ex.what() << std::endl;
13577
return MaxExitCode;
13578
}
13579
#endif
13580
}
13581
Callers
nothing calls this directly
Calls
1
what
Method · 0.45
Tested by
no test coverage detected