File "ProductExcludedException.php"

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

<?php

namespace WooCommerce\Facebook\ProductSync;

use Exception;

/**
 * Class ProductExcludedException
 *
 * Exception for when a product is excluded from Facebook product sync.
 */
class ProductExcludedException extends Exception {}