1 2 3 4 5 6 7 8 9
<?phpnamespace Automattic\WooCommerce\StoreApi\Exceptions;/** * NotPurchasableException class. * * This exception is thrown when an item in the cart is not able to be purchased. */class NotPurchasableException extends StockAvailabilityException {}