File "PortWithoutHost.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php
File size: 380 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Doctrine\DBAL\Driver\AbstractSQLServerDriver\Exception;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Doctrine\DBAL\Driver\AbstractDriverException;
final class PortWithoutHost extends AbstractDriverException
{
 public static function new() : self
 {
 return new self('Connection port specified without the host');
 }
}