Unverified Commit f42cab92 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #4131 from morozov/restore-port-without-host-parent

Restore the PortWithoutHost exception parent class
parents 831e6fe0 0231c36c
......@@ -4,14 +4,14 @@ declare(strict_types=1);
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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment