FileDoesNotExistException.st
changeset 13664 44ec0d965e57
child 14835 ef4642596133
child 18011 deb0c3355881
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FileDoesNotExistException.st	Fri Sep 09 07:13:24 2011 +0200
@@ -0,0 +1,19 @@
+"{ Package: 'stx:libbasic' }"
+
+OpenError subclass:#FileDoesNotExistException
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Errors'
+!
+
+
+!FileDoesNotExistException class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011-09-09 05:13:24 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011-09-09 05:13:24 cg Exp $'
+! !