Index: libcfa/src/common.hfa
===================================================================
--- libcfa/src/common.hfa	(revision 502a1071edb2fbc5ec9b6e71eb39b807d0c96fef)
+++ libcfa/src/common.hfa	(revision 419985ca0c74e8bdddbbf6e8a4d070fe5b2e9d94)
@@ -10,9 +10,13 @@
 // Created On       : Wed Jul 11 17:54:36 2018
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Oct  8 08:32:57 2022
-// Update Count     : 23
+// Last Modified On : Sat Aug  5 11:52:08 2023
+// Update Count     : 26
 //
 
 #pragma once
+
+// TEMPORARY
+#define Exception( name ) exception name{}; static vtable( name ) name ## _vt
+#define Throw( name ) throw (name){ &name ## _vt }
 
 //---------------------------------------
