GenericException.st
branchjv
changeset 17736 26cfea63471d
parent 17735 6a5bc05f696a
child 17761 b0e5971141bc
--- a/GenericException.st	Wed Dec 02 21:30:55 2009 +0000
+++ b/GenericException.st	Fri Dec 04 20:30:11 2009 +0000
@@ -1140,6 +1140,12 @@
     "
 ! !
 
+!GenericException methodsFor:'Compatibility-Squeak'!
+
+signalerContext
+    ^ self suspendedContext
+! !
+
 !GenericException methodsFor:'accessing'!
 
 catchInDebugger
@@ -2126,11 +2132,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Id: GenericException.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: GenericException.st 10482 2009-12-04 20:30:11Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.123 2009/11/19 11:52:09 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.124 2009/12/01 20:03:39 cg Exp §'
 ! !
 
 GenericException initialize!