#errorSignal -> #description
authorStefan Vogel <sv@exept.de>
Fri, 11 Apr 2003 19:38:06 +0200
changeset 7207 2382822f9abc
parent 7206 adcf244acd07
child 7208 b95620b2c6b6
#errorSignal -> #description
Project.st
--- a/Project.st	Fri Apr 11 19:36:24 2003 +0200
+++ b/Project.st	Fri Apr 11 19:38:06 2003 +0200
@@ -1337,7 +1337,7 @@
                             revision:nil
                     ] ifFalse:[
                         Error handle:[:ex |
-                            self warn:'error during fileIn: ' , ex errorString
+                            self warn:'error during fileIn: ' , ex description
                         ] do:[
                             Class packageQuerySignal answer:packageName do:[    
                                 Parser::UndefinedSuperclassError handle:[:ex |
@@ -3960,7 +3960,7 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.184 2003-04-09 12:29:15 james Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.185 2003-04-11 17:38:06 stefan Exp $'
 ! !
 
 Project initialize!