Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HttpTransportException.php

class HttpTransportException

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Component\Mailer\Exception\RuntimeException extends \Symfony\Component\Mailer\Exception\RuntimeException implements \Symfony\Component\Mailer\Exception\ExceptionInterface
    • class \Symfony\Component\Mailer\Exception\RuntimeException extends \Symfony\Component\Mailer\Exception\RuntimeException implements \Symfony\Component\Mailer\Exception\ExceptionInterface
      • class \Symfony\Component\Mailer\Exception\TransportException extends \Symfony\Component\Mailer\Exception\RuntimeException implements \Symfony\Component\Mailer\Exception\TransportExceptionInterface
        • class \Symfony\Component\Mailer\Exception\HttpTransportException extends \Symfony\Component\Mailer\Exception\TransportException

Expanded class hierarchy of HttpTransportException

1 file declares its use of HttpTransportException
AbstractHttpTransport.php in vendor/symfony/mailer/Transport/AbstractHttpTransport.php

File

vendor/symfony/mailer/Exception/HttpTransportException.php, line 19

Namespace

Symfony\Component\Mailer\Exception
View source
class HttpTransportException extends TransportException {
    public function __construct(string $message, ResponseInterface $response, int $code = 0, ?\Throwable $previous = null) {
        parent::__construct($message, $code, $previous);
    }
    public function getResponse() : ResponseInterface {
        return $this->response;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
HttpTransportException::getResponse public function
HttpTransportException::__construct public function
TransportException::$debug private property
TransportException::appendDebug public function Overrides TransportExceptionInterface::appendDebug
TransportException::getDebug public function Overrides TransportExceptionInterface::getDebug

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal