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