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

Method ProjectError

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

Source from the content-addressed store, hash-verified

39{
40public:
41 ProjectError(const QString& _msg) : Exception(_msg) {}
42
43 void raise() const override { throw *this; }
44 Exception *clone() const override { return new ProjectError(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected