MCPcopy Create free account
hub / github.com/catboost/catboost / FormatExc

Function FormatExc

util/generic/yexception.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19TString FormatExc(const std::exception& exception) {
20 TStringStream out;
21 FormatExceptionTo(out, exception);
22 return out.Str();
23}
24
25TString CurrentExceptionMessage() {
26 auto exceptionPtr = std::current_exception();

Callers 1

CurrentExceptionMessageFunction · 0.85

Calls 2

FormatExceptionToFunction · 0.85
StrMethod · 0.45

Tested by

no test coverage detected