Skip to content

Commit

Permalink
exception listener, allow easier overloading of the default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mevers47 authored and fabpot committed Feb 8, 2013
1 parent c05197a commit f01f209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EventListener/ExceptionListener.php
Expand Up @@ -27,8 +27,8 @@
*/ */
class ExceptionListener implements EventSubscriberInterface class ExceptionListener implements EventSubscriberInterface
{ {
private $controller; protected $controller;
private $logger; protected $logger;


public function __construct($controller, LoggerInterface $logger = null) public function __construct($controller, LoggerInterface $logger = null)
{ {
Expand Down

0 comments on commit f01f209

Please sign in to comment.