File "NotPurchasableException.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/NotPurchasableException.php
File size: 316 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Automattic\WooCommerce\Blocks\StoreApi\Utilities;

/**
 * NotPurchasableException class.
 *
 * @internal This API is used internally by Blocks, this exception is thrown when an item in the cart is not able to be
 * purchased.
 */
class NotPurchasableException extends StockAvailabilityException {

}