zZzzZ.
home2
/
zrzvbdry
/
shopleksi.shop
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Exceptions
New Folder
Editing: NotPurchasableException.php
Save
Cancel
<?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 {}