Skip to content
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

[TwigBundle] Fix deprecated use of FlattenException #14480

Conversation

alOneh
Copy link
Contributor

@alOneh alOneh commented Apr 27, 2015

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

@alOneh alOneh force-pushed the preview-error-controller-deprecated-flatten-exception branch from 850d734 to 10612b0 Compare April 27, 2015 12:50
@@ -12,7 +12,7 @@
namespace Symfony\Bundle\TwigBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Templating\TemplateReference;
use Symfony\Component\HttpKernel\Exception\FlattenException;
use Symfony\Component\Debug\Exception\FlattenException;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BC break

@alOneh alOneh force-pushed the preview-error-controller-deprecated-flatten-exception branch from 10612b0 to 4d2f044 Compare April 27, 2015 12:58
@alOneh
Copy link
Contributor Author

alOneh commented Apr 27, 2015

Reverted the BC break

@nicolas-grekas
Copy link
Member

👍

1 similar comment
@stof
Copy link
Member

stof commented Apr 28, 2015

👍

@nicolas-grekas
Copy link
Member

Thank you @alOneh.

@nicolas-grekas nicolas-grekas merged commit 4d2f044 into symfony:2.6 Apr 28, 2015
nicolas-grekas added a commit that referenced this pull request Apr 28, 2015
This PR was merged into the 2.6 branch.

Discussion
----------

[TwigBundle] Fix deprecated use of FlattenException

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

Commits
-------

4d2f044 [TwigBundle] Fix deprecated use of FlattenException
xabbuh added a commit to xabbuh/symfony that referenced this pull request Apr 28, 2015
Since symfony#14480, we use the `FlattenException` from the Debug component
instead of the deprecated one from the HttpKernel component.
@xabbuh
Copy link
Member

xabbuh commented May 8, 2017

@philgagnon12 That was not possible to not break backward compatibility (otherwise old exceptions not extending the one from the Debug component would not have been able to be dealt with).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants