Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ Exception
Method
Exception
launcher/Exception.h:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
{
11
public:
12
Exception(const QString &message) : std::exception(), m_message(message)
13
{
14
qCritical() <<
"Exception:"
<< message;
15
}
16
Exception(const Exception &other)
17
: std::exception(), m_message(other.cause())
18
{
Callers
nothing calls this directly
Calls
1
cause
Method · 0.80
Tested by
no test coverage detected