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
Use ActionDispatch to get the HTTP status code for the exception
* When ActionDispatch::ExceptionWrapper is available, use it to grab the exception's status code, return a 500 otherwise.
* Update show_error_page to accept the caught exception
* Send show_error_page the exception
0 commit comments