remvoed dead code

This commit is contained in:
Fabien Potencier 2017-03-23 11:14:29 -07:00
parent db8d87dce2
commit 2ad59231c6

View File

@ -26,7 +26,6 @@ class ConsoleExceptionEvent extends ConsoleEvent
{
private $exception;
private $exitCode;
private $handled = false;
public function __construct(Command $command, InputInterface $input, OutputInterface $output, \Exception $exception, $exitCode, $deprecation = true)
{