Files

10 lines
127 B
PHP
Executable File

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