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