File "NotPurchasableException.php"
Full path: /home/sbkuplnl/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates/NotPurchasableException.php
File
size: 0.25 KB (256 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?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 {}