-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
FlattenException does not work with Throwable #26429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The Debug component is wrapping Error in FatalThrowableError. |
Yes but it costs nothing to do. Does it? |
Name would be wrong then, wouldn't it? It's called flattenexception, not flattenerror. |
You right. We must rename into |
fabpot
added a commit
that referenced
this issue
Apr 6, 2018
…on (derrabus) This PR was merged into the 4.1-dev branch. Discussion ---------- [Debug] Support any Throwable object in FlattenException | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #26429 | License | MIT | Doc PR | N/A Alternative to #26447 without BC breaks, follows #26028. This PR removes the need to convert `Throwable` objects into exceptions when working with `FlattenException`. ping @instabledesign @ostrolucky @nicolas-grekas Commits ------- 96c1a6f Support any Throwable object in FlattenException.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The class FlattenException doesn't work with Throwable
The text was updated successfully, but these errors were encountered: