File "GuzzleException.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/google-listings-and-ads/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
File size: 201 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Automattic\WooCommerce\GoogleListingsAndAds\Vendor\GuzzleHttp\Exception;

use Psr\Http\Client\ClientExceptionInterface;

interface GuzzleException extends ClientExceptionInterface
{
}