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

Class ServerError

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

Source from the content-addressed store, hash-verified

81};
82
83class ServerError : public Exception
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); }
90};
91
92#endif // EXCEPTION_H

Callers 1

listenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected