ExecutionError.st
author Claus Gittinger <cg@exept.de>
Mon, 31 Mar 2003 16:08:28 +0200
changeset 7145 a2a21668f317
child 7231 5e1250b3f7f6
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libbasic' }"

ProceedableError subclass:#ExecutionError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-ExecutionErrors'
!


!ExecutionError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/ExecutionError.st,v 1.1 2003-03-31 14:07:20 cg Exp $'
! !