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