Files

8 lines
105 B
PHP
Executable File

<?php
namespace Mautic\LeadBundle\Exception;
class UniqueFieldNotFoundException extends \Exception
{
}