mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f48bb1b4ad
The issue presented in #26246 showed a deeper underlying problem. When we fell back to the exception handler for an exceptions cause, we were calling that handler with the outer raised exception. This breaks the calling code's expectations, especially if the exception has methods on it behond those from `StandardError`. |
||
---|---|---|
.. | ||
active_support | ||
active_support.rb |