OsInaccessibleError.st
author Stefan Vogel <sv@exept.de>
Fri, 09 May 2003 18:11:22 +0200
changeset 7280 7afcccb7c856
parent 6297 7d0a04fb50be
child 7593 e7550b9ef84a
permissions -rw-r--r--
Fix pidgin spelling: 'does not exists' and 'not exists'

"{ Package: 'stx:libbasic' }"

OsError subclass:#OsInaccessibleError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'OS-Support'
!