8 lines
110 B
PHP
8 lines
110 B
PHP
<?php
|
|
|
|
namespace KupShop\LLMBundle\Exception;
|
|
|
|
class InvalidInputImageException extends \RuntimeException
|
|
{
|
|
}
|