File "PartialOutOfStockException.php"

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

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

/**
 * PartialOutOfStockException class.
 *
 * @internal This API is used internally by Blocks, this exception is thrown when an item in a draft order has a
 * quantity greater than what is available in stock.
 */
class PartialOutOfStockException extends StockAvailabilityException {

}