WriteError.st
changeset 17157 094fcff6a403
parent 8728 d70396dc4e96
child 18120 e3a375d5f6a8
--- a/WriteError.st	Fri Nov 28 10:39:53 2014 +0100
+++ b/WriteError.st	Fri Nov 28 10:40:23 2014 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 StreamError subclass:#WriteError
@@ -33,10 +32,17 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    raised if a stream write operation fails.
+"
 ! !
 
 !WriteError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WriteError.st,v 1.2 2005-02-02 11:04:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WriteError.st,v 1.3 2014-11-28 09:40:23 cg Exp $'
 ! !
+