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