FileDoesNotExistException.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 20 Sep 2011 11:11:19 +0100
branchjv
changeset 17862 8a8ae3107950
child 17865 598963c6ff8e
permissions -rw-r--r--
Merged with /trunk

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