public function __construct(string $hostname, int $port) { parent::__construct(sprintf('Cannot open socket %s:%d', $hostname, $port)); }