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