forked from Alex/Pterodactyl-Panel
Merge branch 'develop' into update/vanilla_minecraft
This commit is contained in:
commit
649d4b4847
@ -5,6 +5,7 @@ namespace Pterodactyl\Exceptions;
|
||||
use Exception;
|
||||
use PDOException;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Swift_TransportException;
|
||||
use Illuminate\Container\Container;
|
||||
use Illuminate\Database\Connection;
|
||||
use Illuminate\Auth\AuthenticationException;
|
||||
@ -48,6 +49,7 @@ class Handler extends ExceptionHandler
|
||||
*/
|
||||
protected $cleanStacks = [
|
||||
PDOException::class,
|
||||
Swift_TransportException::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user