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