Файл vendor/symfony/mailer/Exception/IncompleteDsnException.php Вес запакованого файла 278b (278 b) Вес распакованого файла: 413b (413 b) Метод сжатия: 8
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Exception;
/**
* @author Konstantin Myakshin <molodchick@gmail.com>
*/
class IncompleteDsnException extends InvalidArgumentException
{
}