OverflowError.st
changeset 6690 07ef28245da8
parent 6687 67110eb2e715
child 7586 63e4900c8931
--- a/OverflowError.st	Wed Jul 31 16:32:00 2002 +0200
+++ b/OverflowError.st	Wed Jul 31 16:35:49 2002 +0200
@@ -8,8 +8,15 @@
 !
 
 
+!OverflowError class methodsFor:'initialization'!
+
+initialize
+    NotifierString := 'overflow'.
+! !
+
 !OverflowError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OverflowError.st,v 1.1 2002-07-31 14:29:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OverflowError.st,v 1.2 2002-07-31 14:33:56 cg Exp $'
 ! !
+OverflowError initialize!