PK
Current Path : /proc/self/cwd/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/ |
Current File : //proc/self/cwd/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/NotPurchasableException.php |
<?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 {}