xref: /plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/InvalidCookieDomainException.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * An illegal attempt was made to set a cookie under a different domain than the current page.
7 */
8class InvalidCookieDomainException extends WebDriverException
9{
10}
11