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

10 lines
133 B
PHP

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