Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php79 * @throws UnknownCommandException
137 throw new UnknownCommandException($message, $results);
167 throw new UnknownCommandException($message, $results);
H A DUnknownCommandException.php8 class UnknownCommandException extends WebDriverException class