• File: OutOfStockException.php
  • Full Path: /home/lef/public_html/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OutOfStockException.php
  • File size: 312 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Automattic\WooCommerce\Blocks\StoreApi\Utilities;

/**
 * OutOfStockException class.
 *
 * @internal This API is used internally by Blocks, this exception is thrown when an item in a draft order is out
 * of stock completely.
 */
class OutOfStockException extends StockAvailabilityException {

}