GenericException.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
--- a/GenericException.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/GenericException.st	Wed Sep 28 20:07:49 2011 +0100
@@ -199,6 +199,7 @@
     "Modified: / 24.7.1999 / 13:21:25 / stefan"
 ! !
 
+
 !GenericException class methodsFor:'Compatibility-Dolphin'!
 
 signal:messageText
@@ -1096,6 +1097,7 @@
     "Modified: / 23.7.1999 / 14:50:11 / stefan"
 ! !
 
+
 !GenericException methodsFor:'Compatibility-ANSI'!
 
 pass
@@ -2295,11 +2297,15 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Id: GenericException.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: GenericException.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.130 2011/02/10 11:30:47 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: GenericException.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 GenericException initialize!