File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/GoogleListingsAndAdsException.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Exception/GoogleListingsAndAdsException.php 0000644 00000000442 15155214650 0036153 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Exception;
use Throwable;
/**
* This interface is used for all of our exceptions so that we can easily catch only our own exceptions.
*/
interface GoogleListingsAndAdsException extends Throwable {}