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

/**
 * OutOfStockException class.
 *
 * This exception is thrown when an item in a draft order is out of stock completely.
 */
class OutOfStockException extends StockAvailabilityException {}