FleetCart/Modules/Cart/Exceptions/CartItemsStockException.php

11 lines
122 B
PHP
Raw Normal View History

2023-12-03 14:07:47 +00:00
<?php
namespace Modules\Cart\Exceptions;
use Exception;
class CartItemsStockException extends Exception
{
}