initial checkin
authorClaus Gittinger <cg@exept.de>
Fri, 09 Sep 2011 07:13:24 +0200
changeset 13664 44ec0d965e57
parent 13663 5e08299c39f1
child 13665 125c5658d4f9
initial checkin
FileDoesNotExistException.st
--- /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 $'
+! !