Searched refs:DsnTypeNotSupported (Results 1 – 2 of 2) sorted by relevance
11 use Nyholm\Dsn\Exception\DsnTypeNotSupported; alias80 throw DsnTypeNotSupported::onlyUrl($dsn);90 throw DsnTypeNotSupported::onlyPath($dsn);
12 class DsnTypeNotSupported extends InvalidDsnException class