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