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

Function error_couldNotReadFile

quest/src/core/errors.cpp:846–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void error_couldNotReadFile() {
847
848 raiseInternalError("A function failed to open and read a file that previous validation confirmed was readable.");
849}
850
851
852

Callers 1

parser_loadFileFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected