Closed jltsiren closed 1 year ago
Currently if you try opening a nonexistent KFF file for reading, you get an error message like:
terminate called after throwing an instance of 'std::out_of_range' what(): Read out of the file, Byte 0
This PR adds a more informative error message Cannot open file <filename>.
Cannot open file <filename>
Currently if you try opening a nonexistent KFF file for reading, you get an error message like:
This PR adds a more informative error message
Cannot open file <filename>
.