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
From regular promise handling, I'm used to exceptions in the then handler being caught and handled in the catch handler. Does this also work with the success callback of redux-pack's handle() function? In other words, if I throw an exception in the success callback, will it be caught by the failure callback?
Thanks!
The text was updated successfully, but these errors were encountered:
From regular promise handling, I'm used to exceptions in the
then
handler being caught and handled in thecatch
handler. Does this also work with thesuccess
callback of redux-pack'shandle()
function? In other words, if I throw an exception in thesuccess
callback, will it be caught by thefailure
callback?Thanks!
The text was updated successfully, but these errors were encountered: