File "Exception.php"

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

<?php
// phpcs:ignoreFile
/**
 * Facebook for WooCommerce.
 */

namespace WooCommerce\Facebook\Framework\Plugin;

defined( 'ABSPATH' ) or exit;

/**
 * Plugin Framework Exception - generic Exception
 */
class Exception extends \Exception {}