MCPcopy Create free account
hub / github.com/HelenOS/helenos / unexpected

Function unexpected

uspace/lib/cpp/src/exception.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 [[noreturn]] void unexpected()
100 {
101 if (aux::unex_handler)
102 aux::unex_handler();
103
104 terminate();
105 }
106
107 exception_ptr current_exception() noexcept
108 {

Callers

nothing calls this directly

Calls 1

terminateFunction · 0.85

Tested by

no test coverage detected