OpenError.st
changeset 8509 b62464d549f5
parent 8282 b209958b06aa
child 8514 9e18649ad0c9
--- a/OpenError.st	Wed Sep 01 16:45:23 2004 +0200
+++ b/OpenError.st	Wed Sep 01 18:33:02 2004 +0200
@@ -22,14 +22,8 @@
     ^ parameter
 ! !
 
-!OpenError methodsFor:'testing'!
-
-isOpenError
-    ^ true
-! !
-
 !OpenError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OpenError.st,v 1.2 2004-04-01 12:29:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OpenError.st,v 1.3 2004-09-01 16:32:53 stefan Exp $'
 ! !