?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/StoreApi/Exceptions/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/StoreApi

?? Viewing: TooManyInCartException.php

<?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 {}


??

??