added documentation
authorClaus Gittinger <cg@exept.de>
Thu, 14 Mar 2013 00:44:07 +0100
changeset 14873 299531a3c932
parent 14872 4f25a33c51aa
child 14874 54f39b93b5a2
added documentation
ArithmeticError.st
--- a/ArithmeticError.st	Thu Mar 14 00:44:03 2013 +0100
+++ b/ArithmeticError.st	Thu Mar 14 00:44:07 2013 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#ArithmeticError
@@ -33,10 +32,17 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+     common superclass for all arithmetic errors.
+"
 ! !
 
 !ArithmeticError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticError.st,v 1.7 2005-02-16 15:31:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticError.st,v 1.8 2013-03-13 23:44:07 cg Exp $'
 ! !
+