Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ what
Method
what
launcher/Exception.h:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
virtual ~Exception() noexcept {}
21
const char *what() const noexcept
22
{
23
return m_message.toLatin1().constData();
24
}
25
QString cause() const
26
{
27
return m_message;
Callers
11
getIndexForMod
Method · 0.80
getLatestVersion
Method · 0.80
updateInstance
Method · 0.80
netJobFinished
Method · 0.80
executeTask
Method · 0.80
saveFile
Method · 0.80
SaveNow
Method · 0.80
reprocessCommits
Function · 0.80
parseLevelDat
Function · 0.80
loadFromLevelDat
Method · 0.80
processMCMeta
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected