Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Documented the ErrorRenderer component#11864
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.
Just a quick review.
Thank you for caring about this!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
yceruto commentedJul 12, 2019
This document needs to be divided, now the ErrorRenderer component contains only the renderer layer and the new ErrorHandler component (symfony/symfony#32471) contains the handlers. |
OskarStark commentedAug 15, 2019
@yceruto is this still necessary or can we close this PR? |
yceruto commentedAug 15, 2019
I think the ErrorRenderer part is still good. I will try to update it according to the latest changes. |
yceruto commentedAug 16, 2019
See#12187, Javier, feel free to continue your work there. |
javiereguiluz commentedSep 18, 2019
Let's close this in favor of#12187. |
…aviereguiluz, yceruto)This PR was merged into the 4.4 branch.Discussion----------Documenting ErrorRenderer and ErrorHandler componentsReplace#11864Closes#12193#12009#11980#12015#12019#12029Should we remove the whole Debug component documentation? or remove only the details and say it's deprecated?Commits-------8cc084f documenting the ErrorHandler::call method3ea9817 fix service definition5a025c9 fix example5136a17 Update with latest changes: ErrorRenderer and ErrorHandler componentsb0723ef Fixed a method nameb600b3c Renamed ErrorCatcher as ErrorRenderer4e333c1 Fixesb2a1a9b Documented the ErrorCatcher component
Thisfixes#11837.
I'll need help for some things:
Thanks.