checkin from browser
authorStefan Vogel <sv@exept.de>
Wed, 04 Aug 1999 16:18:31 +0200
changeset 4531 31d96b7ba351
parent 4530 793b116fef3e
child 4532 4def31c10f19
checkin from browser
SignalError.st
--- a/SignalError.st	Wed Aug 04 16:15:38 1999 +0200
+++ b/SignalError.st	Wed Aug 04 16:18:31 1999 +0200
@@ -1,4 +1,4 @@
-Error subclass:#SignalError
+ProceedableError subclass:#SignalError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -14,15 +14,8 @@
 "
 ! !
 
-!SignalError class methodsFor:'queries'!
-
-mayProceed
-
-    ^ true
-! !
-
 !SignalError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SignalError.st,v 1.1 1999-08-04 14:13:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SignalError.st,v 1.2 1999-08-04 14:18:31 stefan Exp $'
 ! !