File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/ProductSyncerException.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Product/ProductSyncerException.php 0000644 00000000661 15154737770 0034454 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Product;
use Automattic\WooCommerce\GoogleListingsAndAds\Exception\GoogleListingsAndAdsException;
use Exception;
defined( 'ABSPATH' ) || exit;
/**
* Class ProductSyncerException
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Product
*/
class ProductSyncerException extends Exception implements GoogleListingsAndAdsException {
}