Skip to content

Commit 649d4b4

Browse files
authored
Merge branch 'develop' into update/vanilla_minecraft
2 parents a948acf + c931d16 commit 649d4b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Exceptions/Handler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Exception;
66
use PDOException;
77
use Psr\Log\LoggerInterface;
8+
use Swift_TransportException;
89
use Illuminate\Container\Container;
910
use Illuminate\Database\Connection;
1011
use Illuminate\Auth\AuthenticationException;
@@ -48,6 +49,7 @@ class Handler extends ExceptionHandler
4849
*/
4950
protected $cleanStacks = [
5051
PDOException::class,
52+
Swift_TransportException::class,
5153
];
5254

5355
/**

0 commit comments

Comments
 (0)