Files
CloudOps/docker-compose/mautic-setup/mautic-backup-files/docroot/app/bundles/LeadBundle/Exception/FieldNotFoundException.php

8 lines
99 B
PHP
Executable File

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