class: GenericException
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2014 09:42:52 +0100
changeset 16157 f4cb5106557f
parent 16156 e765e2586b06
child 16158 93042fc9827e
class: GenericException comment/format in: #pass
GenericException.st
--- a/GenericException.st	Tue Feb 25 17:49:40 2014 +0100
+++ b/GenericException.st	Wed Feb 26 09:42:52 2014 +0100
@@ -1102,6 +1102,8 @@
 !GenericException methodsFor:'Compatibility-ANSI'!
 
 pass
+    "same as reject - for ANSI compatibility"
+
     ^ self reject
 !
 
@@ -2360,11 +2362,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.149 2014-02-25 13:40:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.150 2014-02-26 08:42:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.149 2014-02-25 13:40:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.150 2014-02-26 08:42:52 cg Exp $'
 ! !