Files
kupshop/bundles/KupShop/OrderingBundle/Exception/PurchaseException.php
2025-08-02 16:30:27 +02:00

10 lines
125 B
PHP

<?php
declare(strict_types=1);
namespace KupShop\OrderingBundle\Exception;
class PurchaseException extends \Exception
{
}