Add more info about exception

This commit is contained in:
2020-04-22 11:44:34 +02:00
parent 29a361572b
commit 781d40a633
+1
View File
@@ -68,6 +68,7 @@ int main (int argc, char *argv[])
0);
if (n_bytes_image != 512 * 1024 * 2) {
cout << "n_bytes_image " << n_bytes_image << endl;
throw runtime_error("Unexpected number of bytes in image.");
}