?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/StoreApi

?? Viewing: OutOfStockException.php

<?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 {}


??

??