*/ namespace WebDriver\Exception; use WebDriver\Exception as BaseException; /** * WebDriver\Exception\ElementClickIntercepted class * * @package WebDriver */ final class ElementClickIntercepted extends BaseException { }