We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fe300 commit 5fcd482Copy full SHA for 5fcd482
mailer.rst
@@ -283,7 +283,7 @@ Catching Transport Exceptions
283
-----------------------------
284
285
If handing over the email to your transport fails, a
286
-:class:`Symfony\\Component\\Mailer\Exception\\TransportException` is thrown. To
+:class:`Symfony\\Component\\Mailer\\Exception\\TransportExceptionInterface` is thrown. To
287
make sure that sending the email was successful, you can catch that exception::
288
289
use Symfony\Component\Mailer\Exception\TransportExceptionInterface;
0 commit comments