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
File
-
vendor/
symfony/ mailer/ Exception/ TransportExceptionInterface.php, line 17
Namespace
Symfony\Component\Mailer\ExceptionView 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 |