10 lines
139 B
PHP
Executable File
10 lines
139 B
PHP
Executable File
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Mautic\IntegrationsBundle\Exception;
|
|
|
|
class IntegrationNotFoundException extends \Exception
|
|
{
|
|
}
|