Timestamp.st
changeset 7092 630807cd320f
parent 7058 c39d1628ae49
child 7111 3cc2963786e2
--- a/Timestamp.st	Sun Mar 02 20:19:58 2003 +0100
+++ b/Timestamp.st	Sun Mar 02 21:39:52 2003 +0100
@@ -291,7 +291,7 @@
 
     |newTime|
 
-    ErrorSignal handle:[:ex |
+    Error handle:[:ex |
         ^ super readFrom:aStringOrStream onError:exceptionBlock 
     ] do:[
         newTime := self basicReadFrom:aStringOrStream.
@@ -1164,9 +1164,8 @@
     "
 ! !
 
-
 !AbsoluteTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.74 2003-02-25 17:46:55 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.75 2003-03-02 20:39:13 stefan Exp $'
 ! !