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
I am using db calls which return a Promise. But if DB ops fail, they throw an exception, which gets handled by the .catch(fn(){...}) block. Is there a way to execute an advice whenever there is an exception thrown?