ContextError.st
author Claus Gittinger <cg@exept.de>
Tue, 25 Feb 2003 11:15:21 +0100
changeset 7052 207cc9c62982
parent 6009 a24f4df1cbef
child 7233 52b21f304183
permissions -rw-r--r--
prep for 0-based stream position

"{ Package: 'stx:libbasic' }"

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


!ContextError class methodsFor:'documentation'!

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