Merge branch 'develop' into update/vanilla_minecraft

This commit is contained in:
Dane Everitt 2019-12-28 11:18:06 -08:00 committed by GitHub
commit 649d4b4847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
];
/**