Notification is not an exception.
authorClaus Gittinger <cg@exept.de>
Mon, 04 Apr 2005 21:00:22 +0200
changeset 8817 387971ee2b30
parent 8816 a63ed6d60299
child 8818 4b1ffc19e3ce
Notification is not an exception.
Notification.st
--- a/Notification.st	Mon Apr 04 21:00:07 2005 +0200
+++ b/Notification.st	Mon Apr 04 21:00:22 2005 +0200
@@ -13,7 +13,7 @@
 
 "{ Package: 'stx:libbasic' }"
 
-Exception subclass:#Notification
+GenericException subclass:#Notification
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -317,7 +317,7 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.19 2005-03-10 13:13:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.20 2005-04-04 19:00:22 cg Exp $'
 ! !
 
 Notification initialize!