Automattic\WooCommerce\StoreApi\Exceptions

OutOfStockException{}WC 1.0

OutOfStockException class.

This exception is thrown when an item in a draft order is out of stock completely.

No Hooks.

Usage

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

Methods

No Methods in class.

OutOfStockException{} code WC 8.7.0

class OutOfStockException extends StockAvailabilityException {}