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