eZ\Publish\Core\REST\Client\HttpClient\ConnectionException::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $server, string $path, string $method )
$server string
$path string
$method string
    public function __construct($server, $path, $method)
    {
        parent::__construct("Could not connect to server '{$server}' and retrieve '{$path}' with '{$method}'.");
    }
ConnectionException