MCPcopy 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

getIndexForModMethod · 0.80
getLatestVersionMethod · 0.80
updateInstanceMethod · 0.80
netJobFinishedMethod · 0.80
executeTaskMethod · 0.80
saveFileMethod · 0.80
SaveNowMethod · 0.80
reprocessCommitsFunction · 0.80
parseLevelDatFunction · 0.80
loadFromLevelDatMethod · 0.80
processMCMetaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected