Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TakeException
Method
TakeException
library/cpp/coroutine/engine/impl.h:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
THolder<std::exception> TakeException() noexcept {
116
return std::move(Exception_);
117
}
118
119
void SetException(THolder<std::exception> exception) noexcept {
120
Exception_ = std::move(exception);
Callers
1
TestCancelWithException
Method · 0.80
Calls
1
move
Function · 0.50
Tested by
1
TestCancelWithException
Method · 0.64