Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FormatCurrentException
Function
FormatCurrentException
util/generic/yexception.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
TString FormatCurrentException() {
90
TStringStream out;
91
FormatCurrentExceptionTo(out);
92
return out.Str();
93
}
94
95
bool UncaughtException() noexcept {
96
return std::uncaught_exceptions() > 0;
Callers
3
TestFormatCurrentException
Method · 0.85
TestFormatCurrentExceptionWithNoException
Method · 0.85
TestFormatCurrentExceptionWithInvalidBacktraceFormatter
Method · 0.85
Calls
2
FormatCurrentExceptionTo
Function · 0.85
Str
Method · 0.45
Tested by
3
TestFormatCurrentException
Method · 0.68
TestFormatCurrentExceptionWithNoException
Method · 0.68
TestFormatCurrentExceptionWithInvalidBacktraceFormatter
Method · 0.68