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

Breadcrumb

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

class TransportException

Same name in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/Downloader/TransportException.php \Composer\Downloader\TransportException

@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

Expanded class hierarchy of TransportException

7 files declare their use of TransportException
AbstractStream.php in vendor/symfony/mailer/Transport/Smtp/Stream/AbstractStream.php
EsmtpTransport.php in vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php
NativeTransportFactory.php in vendor/symfony/mailer/Transport/NativeTransportFactory.php
ProcessStream.php in vendor/symfony/mailer/Transport/Smtp/Stream/ProcessStream.php
RoundRobinTransport.php in vendor/symfony/mailer/Transport/RoundRobinTransport.php

... See full list

File

vendor/symfony/mailer/Exception/TransportException.php, line 17

Namespace

Symfony\Component\Mailer\Exception
View source
class TransportException extends RuntimeException implements TransportExceptionInterface {
    private string $debug = '';
    public function getDebug() : string {
        return $this->debug;
    }
    public function appendDebug(string $debug) : void {
        $this->debug .= $debug;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
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