You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current implementation scans the entire try block to set up handlers when entering the block. it seems very inefficient.
as handlers are not really necessary until an exception is actually propagated, we can defer the processing by that.