We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a948acf + c931d16 commit 649d4b4Copy full SHA for 649d4b4
1 file changed
app/Exceptions/Handler.php
@@ -5,6 +5,7 @@
5
use Exception;
6
use PDOException;
7
use Psr\Log\LoggerInterface;
8
+use Swift_TransportException;
9
use Illuminate\Container\Container;
10
use Illuminate\Database\Connection;
11
use Illuminate\Auth\AuthenticationException;
@@ -48,6 +49,7 @@ class Handler extends ExceptionHandler
48
49
*/
50
protected $cleanStacks = [
51
PDOException::class,
52
+ Swift_TransportException::class,
53
];
54
55
/**
0 commit comments