Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SendFrameworkEvent
Method · 0.85
~ServiceHolder
Method · 0.85
Stop1
Method · 0.85
Start0
Method · 0.85
BundlePrivate
Method · 0.85
Install0
Method · 0.85
TerminateForDebug
Function · 0.85
Calls
1
GetExceptionStr
Function · 0.85
Tested by
no test coverage detected