Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ what
Method
what
lite/src/misc.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
public:
23
Error(const std::string& msg) : m_msg(
"Error: "
+ msg) {}
24
const char* what() const noexcept override { return m_msg.c_str(); }
25
26
private:
27
std::string m_msg;
Callers
3
strategy_fitting.cpp
File · 0.45
LiteHandleException
Function · 0.45
main.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected