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