Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ UncaughtException
Function
UncaughtException
util/generic/yexception.cpp:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
bool UncaughtException() noexcept {
96
return std::uncaught_exceptions() > 0;
97
}
98
99
std::string CurrentExceptionTypeName() {
100
#if defined(_linux_) || defined(_android_) || defined(_darwin_)
Callers
3
~TPooledSocket
Method · 0.85
~TInverseFilter
Method · 0.85
Y_UNIT_TEST
Function · 0.85
Calls
1
uncaught_exceptions
Function · 0.85
Tested by
no test coverage detected