Skip to content

Commit 5fcd482

Browse files
Update mailer.rst
Co-authored-by: Wouter J <[email protected]>
1 parent 74fe300 commit 5fcd482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Catching Transport Exceptions
283283
-----------------------------
284284

285285
If handing over the email to your transport fails, a
286-
:class:`Symfony\\Component\\Mailer\Exception\\TransportException` is thrown. To
286+
:class:`Symfony\\Component\\Mailer\\Exception\\TransportExceptionInterface` is thrown. To
287287
make sure that sending the email was successful, you can catch that exception::
288288

289289
use Symfony\Component\Mailer\Exception\TransportExceptionInterface;

0 commit comments

Comments
 (0)