MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / ProcessError

Method ProcessError

MiniZincIDE/exception.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30{
31public:
32 ProcessError(const QString& _msg) : Exception(_msg) {}
33
34 void raise() const override { throw *this; }
35 Exception *clone() const override { return new ProcessError(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected