Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[ErrorHandler] Registering basic exception handler for late failures #33327

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

Merged
merged 1 commit into from
Sep 3, 2019

Conversation

yceruto
Copy link
Member

@yceruto yceruto commented Aug 25, 2019

Q A
Branch? 4.4
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Follow-up #33260 but when all handlers fail.

It'll becomes common since 4.4 where the user has control over the error rendering mechanism. If they make a mistake, we have a support page to show it, currently a blank page is displayed.

@yceruto
Copy link
Member Author

yceruto commented Sep 3, 2019

@fabpot this is the same fix that #33260 but when we make a mistake in a custom ExceptionListener or custom ErrorRenderer, (currently a blank page is displayed).

@fabpot
Copy link
Member

fabpot commented Sep 3, 2019

Thank you @yceruto.

fabpot added a commit that referenced this pull request Sep 3, 2019
… late failures (yceruto)

This PR was merged into the 4.4 branch.

Discussion
----------

[ErrorHandler] Registering basic exception handler for late failures

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Follow-up #33260 but when all handlers fail.

It'll becomes common since 4.4 where the user has control over the error rendering mechanism. If they make a mistake, we have a support page to show it, currently a blank page is displayed.

Commits
-------

ffab734 registering basic exception handler for late failures
@fabpot fabpot merged commit ffab734 into symfony:4.4 Sep 3, 2019
@yceruto yceruto deleted the last_error branch September 3, 2019 16:20
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
This was referenced Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants