wizard-engine icon indicating copy to clipboard operation
wizard-engine copied to clipboard

Refractored suspension handler out of the exception handler lookup

Open linxuanm opened this issue 4 months ago • 0 comments

This PR refractors suspension handler lookup out of the exception handler lookup routine. I think this makes more sense as this limits the search for a handler to a more limited scope rather than the whole function declaration, and is in general cleaner as the lookup of exception handler and suspension handler aren't really that similar.

linxuanm avatar Oct 11 '24 21:10 linxuanm