Files

8 lines
99 B
PHP
Executable File

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