GenericException.st
changeset 20699 70475d02b6d3
parent 20436 a4aae3f01bc1
child 20800 1682d2103d21
--- a/GenericException.st	Sun Oct 30 16:29:21 2016 +0100
+++ b/GenericException.st	Tue Nov 01 12:58:49 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -226,7 +224,6 @@
     self raiseErrorString:messageText
 ! !
 
-
 !GenericException class methodsFor:'accessing'!
 
 errorString
@@ -1222,6 +1219,9 @@
 !GenericException methodsFor:'Compatibility-Squeak'!
 
 signalerContext
+    "return the context in which the raise occurred.
+     Same as suspendedContext, for squeak compatibility"
+     
     ^ self suspendedContext
 ! !