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

Method ServerError

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

Source from the content-addressed store, hash-verified

84{
85public:
86 ServerError(const QString& _msg) : Exception(_msg) {}
87
88 void raise() const override { throw *this; }
89 Exception *clone() const override { return new ServerError(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected