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