#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 27 Sep 2016 12:51:13 +0200
changeset 20441 64176470b74e
parent 20440 3a7637d80751
child 20442 5e97637a82d9
#OTHER by cg changed inheritance to put most programmer's errors under ExecutionError added: #isProgramError query to ask an exception if it is due to a programmer's fault.
SignalError.st
--- a/SignalError.st	Tue Sep 27 12:51:12 2016 +0200
+++ b/SignalError.st	Tue Sep 27 12:51:13 2016 +0200
@@ -9,12 +9,11 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libbasic' }"
 
-ProceedableError subclass:#SignalError
+"{ NameSpace: Smalltalk }"
+
+ExecutionError subclass:#SignalError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -49,5 +48,6 @@
 !SignalError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SignalError.st,v 1.5 2004-04-22 15:28:24 stefan Exp $'
+    ^ '$Header$'
 ! !
+