File "TooManyInCartException.php"
Full path: /home/capoeirajd/www/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/TooManyInCartException.php
File
size: 286 B (286 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace Automattic\WooCommerce\StoreApi\Exceptions;
/**
* TooManyInCartException class.
*
* This exception is thrown when more than one of a product that can only be purchased individually is in a cart.
*/
class TooManyInCartException extends StockAvailabilityException {}