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