Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/StoreApi
<?php
namespace 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 {}