FileDoesNotExistException.st
author vrany
Tue, 13 Mar 2012 18:24:12 +0100
changeset 14059 9afc79d37c0c
parent 13664 44ec0d965e57
child 14835 ef4642596133
child 18011 deb0c3355881
permissions -rw-r--r--
changed: #hasSubversionSupport (stc compilation fix)

"{ 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 $'
! !