GenericException.st
changeset 23657 9dcca8d74668
parent 23650 96fa721fc85e
child 24175 f8e000cf6617
equal deleted inserted replaced
23656:e7b73c09e3d5 23657:9dcca8d74668
  2301 
  2301 
  2302     "Modified: / 04-08-1999 / 08:05:12 / stefan"
  2302     "Modified: / 04-08-1999 / 08:05:12 / stefan"
  2303     "Modified: / 10-08-2010 / 09:55:00 / cg"
  2303     "Modified: / 10-08-2010 / 09:55:00 / cg"
  2304 !
  2304 !
  2305 
  2305 
       
  2306 raiseRequestErrorString:errorString
       
  2307     "actually raise a proceedable exception."
       
  2308 
       
  2309     <resource: #skipInDebuggersWalkBack>
       
  2310 
       
  2311     ^ self raiseRequestErrorString:errorString in:thisContext sender
       
  2312 
       
  2313     "Created: / 01-02-2019 / 00:49:26 / Claus Gittinger"
       
  2314 !
       
  2315 
  2306 raiseRequestErrorString:errorString in:aContext
  2316 raiseRequestErrorString:errorString in:aContext
  2307     "actually raise a proceedable exception."
  2317     "actually raise a proceedable exception."
  2308 
  2318 
  2309     <context: #return>
  2319     <context: #return>
  2310 
  2320