Вход Регистрация
Файл: vendor/symfony/mailer/Exception/HttpTransportException.php
Строк: 52
<?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 SymfonyComponentMailerException;

use 
SymfonyContractsHttpClientResponseInterface;

/**
 * @author Fabien Potencier <fabien@symfony.com>
 */
class HttpTransportException extends TransportException
{
    private 
ResponseInterface $response;

    public function 
__construct(string $messageResponseInterface $responseint $code 0, ?Throwable $previous null)
    {
        
parent::__construct($message$code$previous);

        
$this->response $response;
    }

    public function 
getResponse(): ResponseInterface
    
{
        return 
$this->response;
    }
}
Онлайн: 0
Реклама