SnapshotError.st
author Claus Gittinger <cg@exept.de>
Fri, 09 Nov 2001 16:18:46 +0100
changeset 6172 a3c88ea5efe9
parent 6112 99fcd588b523
child 7595 89c4c7dba914
permissions -rw-r--r--
comment and iso8601 (time/date formats) fixes

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