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