X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Finstaclick%2Fphp-webdriver%2Flib%2FWebDriver%2FException%2FStaleElementReference.php;fp=vendor%2Finstaclick%2Fphp-webdriver%2Flib%2FWebDriver%2FException%2FStaleElementReference.php;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=2c6f21aa4f7292ee079f92c1a7bd2bee3fbbe19e;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/instaclick/php-webdriver/lib/WebDriver/Exception/StaleElementReference.php b/vendor/instaclick/php-webdriver/lib/WebDriver/Exception/StaleElementReference.php deleted file mode 100644 index 2c6f21aa4..000000000 --- a/vendor/instaclick/php-webdriver/lib/WebDriver/Exception/StaleElementReference.php +++ /dev/null @@ -1,34 +0,0 @@ - - * @author Anthon Pang - */ - -namespace WebDriver\Exception; - -use WebDriver\Exception as BaseException; - -/** - * WebDriver\Exception\StaleElementReference class - * - * @package WebDriver - */ -final class StaleElementReference extends BaseException -{ -}