Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ MegBrainError
Method
MegBrainError
src/core/include/megbrain/exception.h:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
};
78
79
MegBrainError(const std::string& msg) : m_msg(msg) { init(); }
80
81
const char* what() const noexcept override { return m_msg.c_str(); }
82
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected