FileDoesNotExistException.st
branchjv
changeset 17862 8a8ae3107950
child 17865 598963c6ff8e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FileDoesNotExistException.st	Tue Sep 20 11:11:19 2011 +0100
@@ -0,0 +1,19 @@
+"{ Package: 'stx:libbasic' }"
+
+OpenError subclass:#FileDoesNotExistException
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Errors'
+!
+
+
+!FileDoesNotExistException class methodsFor:'documentation'!
+
+version
+    ^ '$Id: FileDoesNotExistException.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+!
+
+version_CVS
+    ^ '§Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011/09/09 05:13:24 cg Exp §'
+! !
\ No newline at end of file