<?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 {}
