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;
    }