call future continuations after catch
Summary: Avoid calling arbitrary user code from within the scope of framework `catch` blocks. Instead, get the current exception in the catch block, save it, and call the user code after. Differential Revision: D27842318 fbshipit-source-id: de3ebabc5c08332701a619a93b6e01bfccc0ea71
Showing
Please register or sign in to comment