File "NotPurchasableException.php"
Full path: /home/capoeirajd/www/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/NotPurchasableException.php
File
size: 256 B (256 B bytes)
MIME-type: text/x-php
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 {}