Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.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 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
src/Symfony/Component/ErrorHandler/Resources/views/exception.html.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
918dac3
to078eef1
CompareWhat 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
tob041d06
CompareThank 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` FYICommits-------b5fbe18 [ErrorHandler] Rewrite logic to dump exception properties and fix serializing FlattenException
Uh oh!
There was an error while loading.Please reload this page.
Code to reproduce