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

Method TSimpleException

library/cpp/yt/exception/exception.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21////////////////////////////////////////////////////////////////////////////////
22
23TSimpleException::TSimpleException(std::string message)
24 : Message_(std::move(message))
25 , What_(Message_)
26{ }
27
28TSimpleException::TSimpleException(
29 const std::exception& exception,

Callers

nothing calls this directly

Calls 2

moveFunction · 0.50
whatMethod · 0.45

Tested by

no test coverage detected