Automattic\WooCommerce\StoreApi\Exceptions
PartialOutOfStockException{}└─ StockAvailabilityException
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{} PartialOutOfStockException{} code WC 10.4.3
class PartialOutOfStockException extends StockAvailabilityException {}