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

8 lines
111 B
PHP

<?php
namespace KupShop\OrderingBundle\Exception;
class PaymentConfigurationException extends \Exception
{
}