Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php72 * @throws SessionNotCreatedException
125 throw new SessionNotCreatedException($message, $results);
215 throw new SessionNotCreatedException($message, $results);
H A DSessionNotCreatedException.php8 class SessionNotCreatedException extends WebDriverException class