Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ rethrow_exception
Function
rethrow_exception
uspace/lib/cpp/src/exception.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
[[noreturn]] void rethrow_exception(exception_ptr)
113
{
114
terminate();
115
}
116
117
[[noreturn]] void nested_exception::throw_nested() const
118
{
Callers
1
throw_stored_exception
Method · 0.85
Calls
1
terminate
Function · 0.85
Tested by
no test coverage detected