Files

8 lines
108 B
PHP
Executable File

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