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
- class \Symfony\Component\Mailer\Exception\TransportException extends \Symfony\Component\Mailer\Exception\RuntimeException implements \Symfony\Component\Mailer\Exception\TransportExceptionInterface
- class \Symfony\Component\Mailer\Exception\RuntimeException extends \Symfony\Component\Mailer\Exception\RuntimeException implements \Symfony\Component\Mailer\Exception\ExceptionInterface
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\ExceptionView 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 |