WriteError.st
branchjv
changeset 18120 e3a375d5f6a8
parent 17911 a99f15c5efa5
parent 17157 094fcff6a403
--- a/WriteError.st	Tue Feb 04 21:09:59 2014 +0100
+++ b/WriteError.st	Wed Apr 01 10:20:10 2015 +0100
@@ -32,17 +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 $'
-!
-
-version_SVN
-    ^ '$Id: WriteError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WriteError.st,v 1.3 2014-11-28 09:40:23 cg Exp $'
 ! !
 
-
-