*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2002 16:32:00 +0200
changeset 6689 c8b2e0131e12
parent 6688 f31cbf7b9921
child 6690 07ef28245da8
*** empty log message ***
ConversionError.st
--- a/ConversionError.st	Wed Jul 31 16:29:33 2002 +0200
+++ b/ConversionError.st	Wed Jul 31 16:32:00 2002 +0200
@@ -16,8 +16,15 @@
 "
 ! !
 
+!ConversionError class methodsFor:'initialization'!
+
+initialize
+    NotifierString := 'conversion error'.
+! !
+
 !ConversionError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ConversionError.st,v 1.2 2002-07-31 14:29:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ConversionError.st,v 1.3 2002-07-31 14:32:00 cg Exp $'
 ! !
+ConversionError initialize!