Skip to content

Commit

Permalink
Merge pull request #4131 from morozov/restore-port-without-host-parent
Browse files Browse the repository at this point in the history
Restore the PortWithoutHost exception parent class
  • Loading branch information
morozov authored Jun 29, 2020
2 parents 831e6fe + 0231c36 commit f42cab9
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 f42cab9

Please sign in to comment.