InvalidWriteError.st
changeset 17156 1572440fc5bd
parent 8728 d70396dc4e96
child 18120 e3a375d5f6a8
child 25175 9aa9e229640b
--- a/InvalidWriteError.st	Thu Nov 27 21:50:49 2014 +0100
+++ b/InvalidWriteError.st	Fri Nov 28 10:39:53 2014 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 WriteError subclass:#InvalidWriteError
@@ -33,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'!
@@ -44,5 +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 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/InvalidWriteError.st,v 1.4 2014-11-28 09:39:53 cg Exp $'
 ! !
+