-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[ErrorHandler] [ErrorHander] Display exception properties in the HTML error page #49620
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
Conversation
src/Symfony/Component/ErrorHandler/Resources/views/exception.html.php
Outdated
Show resolved
Hide resolved
918dac3
to
078eef1
Compare
What do you think about adding a new tab? And not be overwelled by too much information on the page load, but we can still access those informations easily. |
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.
LGTM as is, thanks for this improvement!
I think it does not deserves it, and it's really tied to exceptions. |
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.
Thank you @lyrixx 👍
078eef1
to
b041d06
Compare
Thank you @lyrixx. |
…and fix serializing FlattenException (nicolas-grekas) This PR was merged into the 6.3 branch. Discussion ---------- [ErrorHandler] Rewrite logic to dump exception properties and fix serializing FlattenException | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - The implementation in #49620 was flawed. This fixes it. /cc `@lyrixx` FYI Commits ------- b5fbe18 [ErrorHandler] Rewrite logic to dump exception properties and fix serializing FlattenException
Code to reproduce