File "GoogleListingsAndAdsException.php"

Full Path: /home/warrior1/public_html/plugins/google-listings-and-ads/src/Exception/GoogleListingsAndAdsException.php
File size: 290 bytes
MIME-type: text/x-php
Charset: utf-8

<?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 {}