CannotResumeError.st
author Claus Gittinger <cg@exept.de>
Fri, 07 Sep 2001 18:07:02 +0200
changeset 5998 c52f7b88e059
child 6009 a24f4df1cbef
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libbasic' }"

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


!CannotResumeError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.1 2001-09-07 16:07:02 cg Exp $'
! !