FileDoesNotExistException.st
author Stefan Vogel <sv@exept.de>
Thu, 18 Oct 2012 15:31:55 +0200
changeset 14389 f3f0359eddd1
parent 13664 44ec0d965e57
child 14835 ef4642596133
child 18011 deb0c3355881
permissions -rw-r--r--
initial checkin

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