File "ConnectApiException.php"

Full path: /home/dora/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Exceptions/ConnectApiException.php
File size: 329 bytes
MIME-type: --
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 {}