Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php49 * @throws InvalidCookieDomainException
101 throw new InvalidCookieDomainException($message, $results);
197 throw new InvalidCookieDomainException($message, $results);
H A DInvalidCookieDomainException.php8 class InvalidCookieDomainException extends WebDriverException class