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
Logout exception occurred; wrapping with AccessDeniedHttpException
however, there is never any wrapping done. It seems that either the log message is wrong, or the method is missing the actual wrapping, which would be something like:
throw new AccessDeniedHttpException('Logout exception occurred', $exception);