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