Inheritance: extends Symfony\Component\EventDispatcher\Event
 public function onFailure(FailureEvent $event)
 {
     $this->e = $event->getException();
     $event->disableException();
 }