gruene-seele/packages/shoppingcart/Exceptions/CartAlreadyStoredException.php
2025-04-01 10:39:21 +02:00

7 lines
No EOL
139 B
PHP

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