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