File "ConnectApiException.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/facebook-for-woocommerce/includes/API/Exceptions/ConnectApiException.php
File size: 329 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WooCommerce\Facebook\API\Exceptions;

defined( 'ABSPATH' ) || exit;

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