MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetLastExceptionStr

Function GetLastExceptionStr

util/src/Error.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 std::string
136 GetLastExceptionStr()
137 {
138 return GetExceptionStr(std::current_exception());
139 }
140
141 } // namespace util
142} // namespace cppmicroservices

Callers 7

SendFrameworkEventMethod · 0.85
~ServiceHolderMethod · 0.85
Stop1Method · 0.85
Start0Method · 0.85
BundlePrivateMethod · 0.85
Install0Method · 0.85
TerminateForDebugFunction · 0.85

Calls 1

GetExceptionStrFunction · 0.85

Tested by

no test coverage detected