MCPcopy 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
89TString FormatCurrentException() {
90 TStringStream out;
91 FormatCurrentExceptionTo(out);
92 return out.Str();
93}
94
95bool UncaughtException() noexcept {
96 return std::uncaught_exceptions() > 0;

Calls 2

FormatCurrentExceptionToFunction · 0.85
StrMethod · 0.45