From 0231c36cb8ea6f3dc3efa9f713e82fa8b90f0864 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Mon, 29 Jun 2020 09:52:11 -0700 Subject: [PATCH] Restore the PortWithoutHost exception parent class --- .../AbstractSQLServerDriver/Exception/PortWithoutHost.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php b/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php index ea8dcc461e5..c6dbf34bbd1 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php +++ b/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php @@ -4,14 +4,14 @@ namespace Doctrine\DBAL\Driver\AbstractSQLServerDriver\Exception; -use Doctrine\DBAL\Driver\AbstractException; +use Doctrine\DBAL\Driver\AbstractDriverException; /** * @internal * * @psalm-immutable */ -final class PortWithoutHost extends AbstractException +final class PortWithoutHost extends AbstractDriverException { public static function new(): self {