Home
last modified time | relevance | path

Searched refs:dsnString (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClientConfiguration.php69 public static function fromDsn(string $dsnString): self argument
72 $func = DsnParser::parseFunc($dsnString);
74 throw new InvalidException(\sprintf('DSN "%s" is invalid.', $dsnString), 0, $e);
90 throw new FunctionNotSupportedException($dsnString, $func->getName());