GraphAware\Neo4j\Client\Event\FailureEvent::__construct PHP Метод

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

public __construct ( GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface $exception )
$exception GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
    public function __construct(Neo4jExceptionInterface $exception)
    {
        $this->exception = $exception;
    }