SignalError.st
author Stefan Vogel <sv@exept.de>
Wed, 04 Aug 1999 16:18:31 +0200
changeset 4531 31d96b7ba351
parent 4528 5ef0de6abb50
child 4554 db264efac2c0
permissions -rw-r--r--
checkin from browser

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

!SignalError class methodsFor:'documentation'!

documentation
"
    Parent of all exception signaling errors like WrongProceedabilityError
    and ProceedError
"
! !

!SignalError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/SignalError.st,v 1.2 1999-08-04 14:18:31 stefan Exp $'
! !