Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ clone
Method
clone
MiniZincIDE/exception.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
void raise() const override { throw *this; }
35
Exception *clone() const override { return new ProcessError(*this); }
36
};
37
38
class ProjectError : public Exception
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected