Skip to content

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