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

Method FileError

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

Source from the content-addressed store, hash-verified

75{
76public:
77 FileError(const QString& _msg) : Exception(_msg) {}
78
79 void raise() const override { throw *this; }
80 Exception *clone() const override { return new FileError(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected