PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Exceptions
<?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 {}
[-] NotPurchasableException.php
[edit]
[-] InvalidCartException.php
[edit]
[-] TooManyInCartException.php
[edit]
[+]
..
[-] PartialOutOfStockException.php
[edit]
[-] OutOfStockException.php
[edit]
[-] InvalidStockLevelsInCartException.php
[edit]
[-] RouteException.php
[edit]
[-] StockAvailabilityException.php
[edit]