mivita/packages/shoppingcart/Exceptions/CartAlreadyStoredException.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

7 lines
No EOL
139 B
PHP

<?php
namespace App\Packages\Shoppingcart\Exceptions;
use RuntimeException;
class CartAlreadyStoredException extends RuntimeException {}