• File: PartialOutOfStockException.php
  • Full Path: /home/monpetu/www/leoreno.fr/src/Exceptions/PartialOutOfStockException.php
  • Date Modified: 03/03/2026 2:45 AM
  • File size: 294 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Automattic\WooCommerce\StoreApi\Exceptions;

/**
 * PartialOutOfStockException class.
 *
 * 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 {}