* @author Anthon Pang */ namespace WebDriver\Exception; use WebDriver\Exception as BaseException; /** * WebDriver\Exception\InvalidCookieDomain class * * @package WebDriver */ final class InvalidCookieDomain extends BaseException { }