Index: libcfa/src/collections/string_res.cfa
===================================================================
--- libcfa/src/collections/string_res.cfa	(revision c4d6c900fd47e0fbd91cc0e4ab14450e327e9618)
+++ libcfa/src/collections/string_res.cfa	(revision 3ac5fd8bcb3728ce8676e2b55b9fd4f691a06719)
@@ -10,6 +10,6 @@
 // Created On       : Fri Sep 03 11:00:00 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Apr 15 21:56:27 2024
-// Update Count     : 85
+// Last Modified On : Sat Aug 17 14:08:01 2024
+// Update Count     : 86
 //
 
@@ -251,5 +251,5 @@
 
 ifstream & ?|?( ifstream & is, _Istream_Rquoted f ) with( f.rstr ) {
-	if ( eof( is ) ) throwResume ExceptionInst( missing_data );
+	if ( eof( is ) ) throwResume ExceptionInst( end_of_file );
 	int args;
   fini: {
