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

Method raise

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected