PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Exceptions
<?php namespace Automattic\WooCommerce\StoreApi\Exceptions; /** * OutOfStockException class. * * This exception is thrown when an item in a draft order is out of stock completely. */ class OutOfStockException extends StockAvailabilityException {}
[-] NotPurchasableException.php
[edit]
[-] InvalidCartException.php
[edit]
[-] TooManyInCartException.php
[edit]
[+]
..
[-] PartialOutOfStockException.php
[edit]
[-] OutOfStockException.php
[edit]
[-] InvalidStockLevelsInCartException.php
[edit]
[-] RouteException.php
[edit]
[-] error_log
[edit]
[-] StockAvailabilityException.php
[edit]