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