mautic / app /bundles /CoreBundle /Exception /InvalidValueException.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
124 Bytes
<?php
declare(strict_types=1);
namespace Mautic\CoreBundle\Exception;
class InvalidValueException extends \Exception
{
}