InvalidWriteError.st
branchjv
changeset 18120 e3a375d5f6a8
parent 17911 a99f15c5efa5
parent 17156 1572440fc5bd
--- a/InvalidWriteError.st	Tue Feb 04 21:09:59 2014 +0100
+++ b/InvalidWriteError.st	Wed Apr 01 10:20:10 2015 +0100
@@ -32,6 +32,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    raised when writing to readonly streams
+"
 ! !
 
 !InvalidWriteError methodsFor:'printing & storing'!
@@ -43,12 +49,6 @@
 !InvalidWriteError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/InvalidWriteError.st,v 1.3 2005/02/02 11:03:13 cg Exp $'
-!
-
-version_SVN
-    ^ '$Id: InvalidWriteError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/InvalidWriteError.st,v 1.4 2014-11-28 09:39:53 cg Exp $'
 ! !
 
-
-