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

8 lines
110 B
PHP

<?php
namespace KupShop\LLMBundle\Exception;
class InvalidInputImageException extends \RuntimeException
{
}