#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 01 Feb 2019 00:52:04 +0100
changeset 23657 9dcca8d74668
parent 23656 e7b73c09e3d5
child 23658 99ec1c09e132
#FEATURE by cg class: GenericException added: #raiseRequestErrorString:
GenericException.st
--- a/GenericException.st	Fri Feb 01 00:35:12 2019 +0100
+++ b/GenericException.st	Fri Feb 01 00:52:04 2019 +0100
@@ -2303,6 +2303,16 @@
     "Modified: / 10-08-2010 / 09:55:00 / cg"
 !
 
+raiseRequestErrorString:errorString
+    "actually raise a proceedable exception."
+
+    <resource: #skipInDebuggersWalkBack>
+
+    ^ self raiseRequestErrorString:errorString in:thisContext sender
+
+    "Created: / 01-02-2019 / 00:49:26 / Claus Gittinger"
+!
+
 raiseRequestErrorString:errorString in:aContext
     "actually raise a proceedable exception."