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

10 lines
139 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace Mautic\IntegrationsBundle\Exception;
class IntegrationNotFoundException extends \Exception
{
}