We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e8cdc commit 36dd3d1Copy full SHA for 36dd3d1
activesupport/CHANGELOG.md
@@ -1,9 +1,7 @@
1
-* Allow execution wrapping to handle all exceptions
+* Change execution wrapping to report all exceptions, including `Exception`.
2
3
If a more serious error like `SystemStackError` or `NoMemoryError` happens,
4
the error reporter should be able to report these kinds of exceptions.
5
- Some are not recoverable, but many are, so we should at least try to
6
- report them.
7
8
*Gannon McGibbon*
9
0 commit comments