Restore the PortWithoutHost exception parent class

parent 831e6fe0
...@@ -4,14 +4,14 @@ declare(strict_types=1); ...@@ -4,14 +4,14 @@ declare(strict_types=1);
namespace Doctrine\DBAL\Driver\AbstractSQLServerDriver\Exception; namespace Doctrine\DBAL\Driver\AbstractSQLServerDriver\Exception;
use Doctrine\DBAL\Driver\AbstractException; use Doctrine\DBAL\Driver\AbstractDriverException;
/** /**
* @internal * @internal
* *
* @psalm-immutable * @psalm-immutable
*/ */
final class PortWithoutHost extends AbstractException final class PortWithoutHost extends AbstractDriverException
{ {
public static function new(): self 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