Files
CloudOps/docker-compose/mautic-setup/mautic-backup-files/docroot/app/bundles/LeadBundle/Exception/ChoicesNotFoundException.php

10 lines
127 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace Mautic\LeadBundle\Exception;
class ChoicesNotFoundException extends \Exception
{
}