Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ what
Method
what
library/cpp/yt/exception/exception.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
const char* TSimpleException::what() const noexcept
42
{
43
return What_.c_str();
44
}
45
46
const std::string& TSimpleException::GetMessage() const
47
{
Callers
3
GetValue
Method · 0.45
SetValue
Method · 0.45
TSimpleException
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected