Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] Support typehint to deprecated FlattenException in controller#34662
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
yceruto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Isn't the currentExceptionListener intended to preserve that compatibility?
Could you please elaborate a bit more on the actual use case?
Uh oh!
There was an error while loading.Please reload this page.
andrew-demb commentedNov 28, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
My use case: |
nicolas-grekas commentedNov 28, 2019
Thank you@andrew-demb. |
…on in controller (andrew-demb)This PR was squashed before being merged into the 4.4 branch.Discussion----------[HttpKernel] Support typehint to deprecated FlattenException in controller| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |Fix#34661| License | MIT| Doc PR |We should support converting throwable to `FlattenException` with typehint to deprecated class alsoCommits-------26b4e37 [HttpKernel] Support typehint to deprecated FlattenException in controller
We should support converting throwable to
FlattenExceptionwith typehint to deprecated class also