eZ\Publish\Core\Search\Elasticsearch\Content\Gateway\HttpClient\ConnectionException::__construct PHP Method

__construct() public method

public __construct ( $server, $path, $method )
    public function __construct($server, $path, $method)
    {
        parent::__construct("Could not connect to server {$server}.");
    }
ConnectionException