mautic / app /bundles /CacheBundle /Exceptions /InvalidArgumentException.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
178 Bytes
<?php
declare(strict_types=1);
namespace Mautic\CacheBundle\Exceptions;
class InvalidArgumentException extends \Symfony\Component\Cache\Exception\InvalidArgumentException
{
}