MCPcopy 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{
11public:
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

causeMethod · 0.80

Tested by

no test coverage detected