Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
test
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Exceptions
:
TooManyInCartException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 {}