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

10 lines
145 B
PHP

<?php
declare(strict_types=1);
namespace KupShop\PreordersBundle\Exception;
class UnsupportedOperationException extends \RuntimeException
{
}