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

Breadcrumb

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

interface TransportExceptionInterface

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • interface \Symfony\Component\Mailer\Exception\ExceptionInterface extends \Symfony\Component\Mailer\Exception\Throwable
    • interface \Symfony\Component\Mailer\Exception\TransportExceptionInterface extends \Symfony\Component\Mailer\Exception\ExceptionInterface

Expanded class hierarchy of TransportExceptionInterface

All classes that implement TransportExceptionInterface

7 files declare their use of TransportExceptionInterface
AuthenticatorInterface.php in vendor/symfony/mailer/Transport/Smtp/Auth/AuthenticatorInterface.php
EsmtpTransport.php in vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php
Mailer.php in vendor/symfony/mailer/Mailer.php
MailerInterface.php in vendor/symfony/mailer/MailerInterface.php
RoundRobinTransport.php in vendor/symfony/mailer/Transport/RoundRobinTransport.php

... See full list

File

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

Namespace

Symfony\Component\Mailer\Exception
View source
interface TransportExceptionInterface extends ExceptionInterface {
    public function getDebug() : string;
    public function appendDebug(string $debug) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
TransportExceptionInterface::appendDebug public function 1
TransportExceptionInterface::getDebug public function 1
RSS feed
Powered by Drupal