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
Fix ActionDispatch::Executor to unwrap exceptions like other middlewares
Fix: rails#53938
`ShowExceptions` and `DebugExceptions` know about some specific error
classes that aren't meant to be displayed but simply wrap the real
underlying error.
`ActionDispatch::Executor` should use the same logic.
0 commit comments