Function ErrorMessages::MissingInputFile

Function Documentation

void ErrorMessages::MissingInputFile(const char *missing_file)

Logs an error when an input file is missing and exits the program.

Writes a message to both an error log file and STDERR, then exits the program. The function assumes that the missing file is critical and thus stops execution.

Parameters:

missing_file – The name of the missing input file.