/var/www/html_us/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/OutOfStockException.php


1
2
3
4
5
6
7
8
9
<?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 {}