OsNeedRetryError.st
author Stefan Vogel <sv@exept.de>
Fri, 20 Jun 2003 09:32:25 +0200
changeset 7435 c5afb1b0fd1b
parent 6297 7d0a04fb50be
child 7593 e7550b9ef84a
permissions -rw-r--r--
Prepare for moving of SubclassInfo to subclass instcar in Class

"{ Package: 'stx:libbasic' }"

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