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