GenericException.st
changeset 5061 cd1fbfdf888a
parent 5060 032fc1873a29
child 5197 14331ce13d51
--- a/GenericException.st	Fri Dec 03 00:38:47 1999 +0100
+++ b/GenericException.st	Fri Dec 03 00:41:55 1999 +0100
@@ -1047,7 +1047,7 @@
         |theException|
 
         Processor activeProcessIsSystemProcess ifTrue:[
-            'EmergencyHandler [info]: exception cought: ' errorPrintCR.
+            'EmergencyHandler [info]: exception cought: ' errorPrint.
             ex signal == NoHandlerError ifTrue:[
                 theException := ex parameter.
             ] ifFalse:[
@@ -1842,6 +1842,6 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.31 1999-12-02 23:38:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.32 1999-12-02 23:41:55 cg Exp $'
 ! !
 GenericException initialize!