getException() публичный Метод

public getException ( ) : GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
Результат GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
Пример #1
0
 public function onFailure(FailureEvent $event)
 {
     $this->e = $event->getException();
     $event->disableException();
 }