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
In case of exception during pipe exception, it will be stored and make available to user code using the `getRunningException` function.
It is intended to be used in middlewares (in beforeSend hook) or in the error handlers.
This change has been done in the least intrusive way possible :
- it is completely backward compatible
- there are no change in middle wares nor error handler signatures
0 commit comments