• File: TooManyInCartException.php
  • Full Path: /home/monpetu/www/leoreno.fr/src/Exceptions/TooManyInCartException.php
  • Date Modified: 03/03/2026 2:45 AM
  • File size: 286 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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 {}