CannotResumeError.st
author Claus Gittinger <cg@exept.de>
Tue, 26 Feb 2002 14:02:26 +0100
changeset 6421 58dca33cf0fc
parent 6009 a24f4df1cbef
child 7233 52b21f304183
permissions -rw-r--r--
#valueNowOrOnUnwindDo: -> #ensure:

"{ Package: 'stx:libbasic' }"

ContextError subclass:#CannotResumeError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Methods'
!


!CannotResumeError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.2 2001-09-07 18:57:07 cg Exp $'
! !