File "IncompatibleException.php"
Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow/src/Exception/IncompatibleException.php
File size: 310 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Compat Checker Exception.
*
* @package Automattic/WooCommerce/Grow/Tools
*/
namespace Automattic\WooCommerce\Grow\Tools\CompatChecker\v0_0_1\Exception;
use Exception;
defined( 'ABSPATH' ) || exit;
/**
* The IncompatibleException class.
*/
class IncompatibleException extends Exception {}