ContextError.st
author Claus Gittinger <cg@exept.de>
Mon, 10 Dec 2001 17:30:04 +0100
changeset 6267 10016cc16511
parent 6009 a24f4df1cbef
child 7233 52b21f304183
permissions -rw-r--r--
pass name of API/C wrap function

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