Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Debug] Remove deprecated ExceptionHandler::createResponse#15422
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
nicolas-grekas commentedAug 1, 2015
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
* `ErrorHandler::handleFatal()` has been removed, use handleFatalError() instead. | ||
* `ExceptionHandler::createException()` has been removed. | ||
* `ExceptionHandler::utf8Htmlize()` has been removed. | ||
* `Exception/DummyException` has been removed. |
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.
This should be merged in the branch where it was done instead of master.
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.
this is master, where it has been removed
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.
I meant that it should be added in the branch where the deprecations were done.
Thank you@nicolas-grekas. |
…onse (nicolas-grekas)This PR was merged into the 3.0-dev branch.Discussion----------[Debug] Remove deprecated ExceptionHandler::createResponse| Q | A| ------------- | ---| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Commits-------df4e983 [Debug] Remove deprecated ExceptionHandler::createResponse