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