File "OutOfStockException.php"

Full path: /home/capoeirajd/www/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/OutOfStockException.php
File size: 252 B (252 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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