Files

8 lines
101 B
PHP
Executable File

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