mautic / app /bundles /ConfigBundle /Exception /BadFormConfigException.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
101 Bytes
<?php
namespace Mautic\ConfigBundle\Exception;
class BadFormConfigException extends \Exception
{
}