Automattic\WooCommerce\StoreApi\Exceptions

PartialOutOfStockException{}WC 1.0

PartialOutOfStockException class.

This exception is thrown when an item in a draft order has a quantity greater than what is available in stock.

No Hooks.

Usage

$PartialOutOfStockException = new PartialOutOfStockException();
// use class methods

Methods

No Methods in class.

PartialOutOfStockException{} code WC 8.7.0

class PartialOutOfStockException extends StockAvailabilityException {}