SnapshotError.st
author Stefan Vogel <sv@exept.de>
Fri, 11 Jul 2003 19:52:44 +0200
changeset 7493 5c67c45b11cb
parent 6112 99fcd588b523
child 7595 89c4c7dba914
permissions -rw-r--r--
New select for fair scheduling (not giving low filedescriptors precedence)

"{ Package: 'stx:libbasic' }"

Error subclass:#SnapshotError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Support'
!


!SnapshotError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/SnapshotError.st,v 1.1 2001-10-25 17:36:20 cg Exp $'
! !