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

Method clone

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

Source from the content-addressed store, hash-verified

87
88 void raise() const override { throw *this; }
89 Exception *clone() const override { return new ServerError(*this); }
90};
91
92#endif // EXCEPTION_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected