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