MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / raiseInternalError

Function raiseInternalError

quest/src/core/errors.cpp:42–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 */
41
42void raiseInternalError(string errorMsg) {
43
44 print(string("")
45 + "\n\n"
46 + "A fatal internal QuEST error occurred. "
47 + errorMsg + " "
48 + "Please report this to the QuEST developers. QuEST will now exit..."
49 + "\n"
50 );
51
52 exit(EXIT_FAILURE);
53}
54
55
56

Calls 1

printFunction · 0.85

Tested by

no test coverage detected