MCPcopy 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

22public:
23 Error(const std::string& msg) : m_msg("Error: " + msg) {}
24 const char* what() const noexcept override { return m_msg.c_str(); }
25
26private:
27 std::string m_msg;

Callers 3

LiteHandleExceptionFunction · 0.45
main.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected