File "ConnectWCAPIException.php"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/facebook-for-woocommerce/includes/Exceptions/ConnectWCAPIException.php
File size: 381 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
// phpcs:ignoreFile

namespace SkyVerge\WooCommerce\Facebook\API\Exceptions;

defined( 'ABSPATH' ) or exit;

/**
 * Class Connect_WC_API_Exception.
 * Exception is trown when Connection with FB fails. @see \SkyVerge\WooCommerce\Facebook\Handlers\Connection
 *
 * @package SkyVerge\WooCommerce\Facebook\API\Exceptions
 */
class Connect_WC_API_Exception extends \Exception {
}