Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/nyholm/dsn/src/
DDsnParser.php11 use Nyholm\Dsn\Exception\DsnTypeNotSupported; alias
80 throw DsnTypeNotSupported::onlyUrl($dsn);
90 throw DsnTypeNotSupported::onlyPath($dsn);
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
DDsnTypeNotSupported.php12 class DsnTypeNotSupported extends InvalidDsnException class