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