CannotResumeError.st
changeset 5998 c52f7b88e059
child 6009 a24f4df1cbef
equal deleted inserted replaced
5997:981896824480 5998:c52f7b88e059
       
     1 "{ Package: 'stx:libbasic' }"
       
     2 
       
     3 ContextError subclass:#CannotResumeError
       
     4 	instanceVariableNames:''
       
     5 	classVariableNames:''
       
     6 	poolDictionaries:''
       
     7 	category:'Kernel-Exceptions'
       
     8 !
       
     9 
       
    10 
       
    11 !CannotResumeError class methodsFor:'documentation'!
       
    12 
       
    13 version
       
    14     ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.1 2001-09-07 16:07:02 cg Exp $'
       
    15 ! !