added documentation
authorClaus Gittinger <cg@exept.de>
Thu, 14 Mar 2013 00:47:13 +0100
changeset 14875 a9c972a99f8f
parent 14874 54f39b93b5a2
child 14876 4074951f9879
added documentation
AllocationFailure.st
--- a/AllocationFailure.st	Thu Mar 14 00:47:08 2013 +0100
+++ b/AllocationFailure.st	Thu Mar 14 00:47:13 2013 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#AllocationFailure
@@ -33,10 +32,17 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    raised when an object allocation fails.
+"
 ! !
 
 !AllocationFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.5 2004-08-22 17:47:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.6 2013-03-13 23:47:13 cg Exp $'
 ! !
+