getException() public method

public getException ( ) : GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
return GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
 public function onFailure(FailureEvent $event)
 {
     $this->e = $event->getException();
     $event->disableException();
 }