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.
2 parents 63918cb + e6008d6 commit c931d16Copy full SHA for c931d16
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