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
begin# do somethingrescue *SERVER_ERRORS# handle errorend
Since #63, the ServerErrorMiddleware will also rescue these exceptions and reraise as UnrecoverableConnectivityError. That means those rescues will never actually be executed at runtime.
The text was updated successfully, but these errors were encountered:
There are several examples like this:
Since #63, the
ServerErrorMiddleware
will also rescue these exceptions and reraise asUnrecoverableConnectivityError
. That means thoserescues
will never actually be executed at runtime.The text was updated successfully, but these errors were encountered: