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

10 lines
142 B
PHP

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