Spaces:
No application file
No application file
mautic
/
app
/bundles
/IntegrationsBundle
/Sync
/SyncDataExchange
/Internal
/Executioner
/Exception
/ReferenceNotFoundException.php
declare(strict_types=1); | |
namespace Mautic\IntegrationsBundle\Sync\SyncDataExchange\Internal\Executioner\Exception; | |
class ReferenceNotFoundException extends \Exception | |
{ | |
} | |