¨4.0.1¨
This commit is contained in:
10
Modules/Cart/Exceptions/CartItemsStockException.php
Normal file
10
Modules/Cart/Exceptions/CartItemsStockException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Cart\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class CartItemsStockException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user