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