예제 #1
0
 public function onEndError(EndErrorEvent $event)
 {
     $this->writeln(sprintf('+ DEBUG: End error %s', $event->getException()->getMessage()));
 }
예제 #2
0
 public function onEndError(EndErrorEvent $event)
 {
     $this->endErrorCount++;
     $this->output->writeln(sprintf('<error>End error: "%s"</error>', $event->getException()->getMessage()));
     $this->printSummary();
 }
예제 #3
0
 public function onEndError(EndErrorEvent $event)
 {
     $this->logger->error($event->getException()->__toString());
 }