GraphAware\Neo4j\Client\Event\FailureEvent::__construct PHP Method

__construct() public method

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