File "TooManyInCartException.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/TooManyInCartException.php
File size: 346 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Automattic\WooCommerce\Blocks\StoreApi\Utilities;

/**
 * TooManyInCartException class.
 *
 * @internal This API is used internally by Blocks, 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 {

}