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

Skip to content

[HttpKernel] exception listener, allow easier overloading of the default behavior #7021

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

Closed
wants to merge 1 commit into from

Conversation

mevers47
Copy link
Contributor

@mevers47 mevers47 commented Feb 8, 2013

Hi Fabien,

This commit you wrote about a month ago helped me to overload the 'logException' method:
1a6c9b3

Because the logger property was private I could not access it from the subclass. This PR changes both properties: controller and logger from private to protected members. So they can be used from 'logException'.

fabpot added a commit that referenced this pull request Feb 8, 2013
This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #7021).

Commits
-------

c9c1ce6 [HttpKernel] exception listener, allow easier overloading of the default behavior

Discussion
----------

[HttpKernel] exception listener, allow easier overloading of the default behavior

Hi Fabien,

This commit you wrote about a month ago helped me to overload the 'logException' method:
1a6c9b3

Because the logger property was private I could not access it from the subclass. This PR changes both properties: controller and logger from private to public members. So they can be used from 'logException'.
@vicb
Copy link
Contributor

vicb commented Feb 8, 2013

closing as it has been merged

@vicb vicb closed this Feb 8, 2013
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.

2 participants