GenericException.st
changeset 15065 c39a6976aec7
parent 14962 2d0932f775a2
child 15101 7d5920efeb41
--- a/GenericException.st	Thu Apr 04 11:39:46 2013 +0200
+++ b/GenericException.st	Thu Apr 04 12:10:21 2013 +0200
@@ -200,21 +200,6 @@
 ! !
 
 
-!GenericException class methodsFor:'Compatibility-Dolphin'!
-
-signal:messageText
-    "raise a signal proceedable or nonproceedable (whichever is right).
-     The argument is used as messageText."
-
-    <context: #return>
-
-    ^ (self newException
-                suspendedContext:thisContext sender
-                errorString:messageText)
-        raiseSignal.
-
-    "Modified: / 10-08-2010 / 09:41:56 / cg"
-! !
 
 !GenericException class methodsFor:'Compatibility-Squeak'!
 
@@ -2324,11 +2309,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.134 2013-03-26 14:20:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.135 2013-04-04 10:10:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.134 2013-03-26 14:20:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.135 2013-04-04 10:10:21 cg Exp $'
 ! !