Skip to content

Commit

Permalink
Restore the PortWithoutHost exception parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Jun 29, 2020
1 parent 831e6fe commit 0231c36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 0231c36

Please sign in to comment.