File "ProductInvalidException.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/ProductSync/ProductInvalidException.php
File size: 381 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WooCommerce\Facebook\ProductSync;

use Exception;

/**
 * Class ProductInvalidException
 *
 * Exception for when a product configuration is not correct in terms of Facebook product sync.
 * There are limitations that will exclude product from Facebook catalog. We want to inform
 * user as early as possible.
 */
class ProductInvalidException extends Exception {}